Skip to content

ESP32 Arduino 2.0.6 based on ESP-IDF 4.4.3

Compare
Choose a tag to compare
@me-no-dev me-no-dev released this 22 Dec 16:30
· 1122 commits to master since this release

Arduino ESP32 Version 2.0.6

The Arduino ESP32 version 2.0.6 based on the ESP-IDF v4.4.3 introduces bug fixes, improvements and new boards support.

Changes

Here is a summary of the major changes.

  • ESP-IDF upgrade to v4.4.3
  • Support JTAG debugging in Arduino IDE 2.0
  • Esp Insights library support

Improvements

  • Update ESP-IDF libs for 2.0.6
  • TWAI: Add receive example
  • Update github actions to fix deprecation message
  • LEDC - AnalogWrite new API + ledcAttachPin duty fix
  • Added example scanning maximum ledc frequencies
  • Update PlatformIO integration scripts
  • Improves UART reading performance

Bugfixes

  • FreeRTOS.ino: fix usage of vTaskDelay
  • Fixes UART pin detach on Serial.end()
  • Fixed #7406 crash on WiFi STA_DISCONNECTED event with reason 0
  • Fixes to Rainmaker OTA Issues

New Boards & updates

  • Add New Board: Cytron Maker Feather AIoT S3
  • Add BPI-Leaf-S3 board
  • Add new board: RedPill ESP32S3

Documentation

  • Update of supported SoCs
  • Add touch sleep wakeup API

See all bug fixes in the complete changelog below.

What's Changed

See the complete changelog down below:

New Contributors

A special thank you to all new contributors!

Full Changelog: 2.0.5...2.0.6

To see how to contribute to the Arduino ESP32 project, see this reference: Contributing