Releases: platformio/platform-espressif32
Releases · platformio/platform-espressif32
3.2.1
- Updated ESP-IDF to the latest 4.2.1 (release notes)
- Minor fixes
3.2.0
- Updated Arduino framework to 1.0.6 (release notes)
3.1.1
- Added new board Heltec Wifi Kit 32 V2 (Issue #513)
- Updated default upload speed for
m5stack-atom
board (Issue #509) - Preparations for updated debug configuration process in upcoming PlatformIO Core 5.2+
- Fixed variant name for the
ttgo-t-beam
board - Fixed
buildfs
target declaration to be used with pre/post actions - Minor fixes and improvements
3.1.0
- New boards:
- Blinker WiFiduino32, DOIT ESPduino32, SparkFun ESP32 Thing Plus, ETBoard, Fishino Piranha ESP-32, ProtoCentral HealthyPi 4, Heltec Wireless Stick Lite, HONEYLemon, Imbrios LogSens V1P1, INEX OpenKB, KITS ESP32 EDU, Labplus mPython, M5Stack ATOM, M5Stack Core2, M5Stick Core Ink, M5Stack Timer CAM, MGBOT IOTIK 32A, MGBOT IOTIK 32B, S.ODI Ultra v1, LOGISENSES Senses Weizen, TTGO LoRa32-OLED v2.1.6, TTGO T7 V1.3 Mini32, TTGO T7 V1.4 Mini32, WEMOS LOLIN32 Lite
- Updated Arduino framework to 1.0.5 (release notes)
- Fixed missing argument to OTA tool when uploading SPIFFS image (#416)
- Fixed memory configuration for the Lolin D32 Pro board (#482)
- Minor fixes and improvements
3.0.0
- Added new boards:
- Updated
ESP-IDF
to the latest stable4.2
- Updated toolchains to the latest
2020r3-8.4.0
- Support for
ESP32-S2
SoC - Support of Bluetooth 5.0 for ESP32
- Improvements to Wi-Fi stack
- More detailed information in the official release notes and documentation for release v4.2
- Updated toolchains to the latest
- Added support for
debug_speed
option (#459, #463) - Default Arduino partitions moved to a separate section
- Minor bugfixes and improvements (#452, #467)
Please note
- ESP-IDF
v4.0.1
remains as the default version for projects that use Arduino as an ESP-IDF component - Projects that need to embed files into the final firmware image should declare that files in project
CMakeLists.txt
using thetarget_add_binary_data
function and in theplatformio.ini
file as described here.
2.1.0
2.0.0
- Updated
ESP-IDF
to the latest stable4.1
- Updated toolchains to the latest
esp-2020r2
- Updated binutils for ULP
- New Python-based
menuconfig
tool (#374) - Improvements to Bluetooth and Wi-Fi stacks
- Preview support for
ESP32-S2 Beta
SoC - More detailed information in the official release notes and documentation for release v4.1
- Updated toolchains to the latest
- Fixed broken first-time library installation with
ESP-IDF
(#362, #363) - Fixed an issue with improper compilation of embedded files (#385)
- Minor bugfixes and improvements (#386, #398)
Please note
- ESP-IDF
v4.0.1
remains as the default version for projects that use Arduino as an ESP-IDF component ESP32-S2 Beta
firmware is not compatible with theESP32-S2
production SoC, and not all features are supported.