Release notes are in progress
The Arduino ESP32 pre-release version 3.0.0-aplha is based on the ESP-IDF v5.1 (release notes) and is major release supporting new version of ESP-IDF 5.1. This release introduce breaking changes and support for new SoCs, ESP32-H2 and ESP32-C6.
Known issues
- If you are a Linux or MacOS user, it is mandatory to use Arduino IDE v2 or
arduino-cli
for the package installation. Arduino IDE v1 currently fails due to limitations related to archive compression.
Major changes
- initial support for ESP32-H2
- initial support for ESP32-C6
- API drivers refactoring to support ESP-IDF v5.1 APIs
- implementation of Peripheral Manager
What's Changed
- ESP-IDF v5.1 by @me-no-dev in #7733
- Update README.md to add new SoCs by @SuGlider in #8727
- include ctime by @Jason2866 in #8722
- 3.0.0 - UART Peripheral Manager + Detach UART pins on begin()/setPins() by @SuGlider in #8719
- Serial reorganization code for RS-485 Mode, Flow Control Mode and Serial Mode by @SuGlider in #8718
- Analog Continuous mode API by @P-R-O-C-H-Y in #8715
- HTTPClient - Fix case sensitiveness for header keys by @me-no-dev in #8713
- [ETH] Implement SPI support, multiple interfaces and more by @me-no-dev in #8712
- Add support for custom panic handler by @me-no-dev in #8711
- Fix memory leak and undefined behavour in Updater.cpp (UpdaterClass) by @MathewHDYT in #8671
- Master5.1 s3 gpio48 and platform txt review by @SuGlider in #8726
- Add TFLite Micro examples by @me-no-dev in #8717
- Update of documentation link on readme.md for WifiClientSecure by @benlye in #8441
- Add printf method with FlashStringHelper argument by @lucasssvaz in #8677
- WebServer: use MD5Builder instead of mbedtls by @Staars in #8667
- Add Arduino lib to arduino as IDF component by @me-no-dev in #8721
- Update release script for 3.0.0 by @me-no-dev in #8728
- BT serial: SSP improvements, added missing events by @me-no-dev in #8723
- BLE upgrades by @me-no-dev in #8724
- added namino bianco board + other fix on menus by @a-sapuppo in #8730
New Contributors
- @MathewHDYT made their first contribution in #8671
- @benlye made their first contribution in #8441
- @Staars made their first contribution in #8667
Full Changelog: 2.0.14...3.0.0-alpha1