Skip to content

ESP32 Arduino 2.0.1 RC1 based on ESP-IDF 4.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@me-no-dev me-no-dev released this 25 Oct 06:32
· 1101 commits to master since this release
15bbd0a

The Arduino ESP32 version 2.0.1, based on the master ESP-IDF development branch, is out. This new version adds new functionalities, improvements, and bug fixes.

Here is a summary of the major changes and new features added.

On peripherals:

  • Serial now uses ESP-IDF API
  • Wire now uses ESP-IDF API and works on all supported chips
  • Wire-Slave is now implemented

Improvements:

  • Smaller memory footprint (smaller than even v1.0.6)
  • Improved USB-CDC support for both ESP32-S2 and ESP32-C3
  • Added more information on the docs, including the blink tutorial
  • Minor improvements on SPI, SD/MMC, SSL, etc
  • Added ALPN support

Bug fixes:

  • Several boards definitions are fixed (boards.txt).
  • Fix on build error with verbose log

What's Changed

See the complete change log down below:

New Contributors

A special thank you to all new contributors!

Full Changelog: 2.0.0...2.0.1-RC1

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