Release Notes
- Added new boards:
Freenove ESP32-S3-WROOM
,Freenove ESP32-WROVER-E
,RYMCU ESP32-DevKitC
,RYMCU ESP32-C3-DevKitM-1
,ESP32-S3-DevKitC-1
,LilyGo T3 S3
- Added support for ESP-IDF v5.4 (release notes)
- Updated toolchain packages for IDF to v14.2.0
- Added support for ESP32-C6 ULP (#1507)
- Better handling of the IDF Python virtual environment (#1525)
- Added automatic rebuild for IDF projects if external dependencies changed (#1514)
- Enabled by default
IDF Component Manager
option to allow modification of managed components - Fixed missing PSRAM flags for
Adafruit Feather ESP32-S3 TFT
(#1498) - Fixed default flash frequency for
Heltec Wireless Stick Lite
(#1480) - Added missing USB_CDC flag for
Romeo ESP32-S3
(#1512)
Thanks @TomRoush, @PabloPL, @mariusGundersen, @ronger-x, @Andreas-Pedersen, @argetlam-coder, @Hugh-rymcu for your contributions!
Configuration
To utilize this version, please navigate to your platformio.ini (Project Configuration File) and adjust the platform
option as follows:
[env:my-esp32]
platform = espressif32 @ 6.10.0
For further exploration of configuration options for the espressif32
development platform, refer to the documentation.