6.5.0
Release Notes
- Added new boards and dev-kits: 4D Systems GEN4-ESP32 16MB, Adafruit pyCamera S3, Adafruit Metro ESP32-S3, Adafruit QT Py ESP32-S3 (4M Flash 2M PSRAM), Adafruit Qualia ESP32-S3 RGB666, ArtronShop ATD1.47-S3, ArtronShop IOXESP32, ArtronShop IOXESP32PS, Aventen S3 Sync, Espressif ESP32-PICO-DevKitM-2, Espressif ESP32-S3-DevKitM-1, Espressif ESP32-S3-USB-OTG, Lion:Bit S3 STEM Dev Board, LilyGo T-Display, Smart Bee Data Logger, Namino Arancio, Namino Rosso, Unexpected Maker NanoS3
- Added support for Arduino v2.0.14 (release notes)
- Updated ESP-IDF to v5.1.2 (release notes)
- Added default debug option for ESP32-S2-Kaluga-1 Kit (#1185, #1130)
- Added optional MMU page size flag to
elf2bin
if it's configurable - Fixed handling of precompiled static archives located outside IDF project root (#1230)
- Fixed Lolin S2 USB CDC setup (#1251)
- Fixed upload workflow for Lolin S3 (#1252)
- Minor fixes and improvements (#1180, #1198)
Thanks @maxgerhardt, @Jason2866, @mbrunnen, @f-io, @PradeepKotu, @strid3r21, @SuGlider, @djpearman, @a-sapuppo 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.5.0
For further exploration of configuration options for the espressif32
development platform, refer to the documentation.