Releases: platformio/platform-espressif32
Releases · platformio/platform-espressif32
1.12.1
1.12.0
- Added new boards:
- Added support for ESP-IDF 4.0 (release notes)
- Added stack trace decoding via a special filter
esp32_exception_decoder
forDevice Monitor Filter API
(issue #31) - Added initial support for Arduino
Briki
core - Added
SHA256
hash sum to the final binary forESP-IDF
based projects (issue #272)
Please note
Starting with this release the build script for ESP-IDF
framework uses CMake
code model as the source of build configuration (old configuration methods using sdkconfig.h
or build flags in platformio.ini
are deprecated). For this reason a new project structure is required in order to compile ESP-IDF
based projects. More information on project configuration can be found here.
1.11.2
1.11.1
- Corrected upload speed for m5stick-c board (issue #240)
- Improved support for embedding external files (issue #161, issue #220)
- Updated aws-iot example with the new configuration (issue #242)
- Fixed mkspiffs binary name when both arduino and esp-idf frameworks selected (issue #244)
- Allowed specifying embeddable files in a special
platformio.ini
section
[env:myenv]
platform = espressif32
board = ...
board_build.embed_txtfiles =
src/private.pem.key
src/certificate.pem.crt
src/aws-root-ca.pem
1.11.0
- New boards:
- Updated Arduino framework to 1.0.4 (release notes)
1.10.0
- New boards:
- Added support for Arduino framework as ESP-IDF component (issue #24)
- Improved exceptions configuration for ESP-IDF framework
- Updated ESP-IDF to 3.3 LTS (release notes)
- Updated Arduino framework to 1.0.3 (release notes)
- Changed default serial upload speed to 460k (issue #223)
- Other bugfixes and improvements
1.9.0
- Added support for M5Stack GREY module
- ULP (Ultra Low Power) coprocessor programming (issue #95)
- Update ESP-IDF framework to 3.2.2 (release notes)
- Switch to "espota" script from Arduino framework
1.8.0
- Add new boards:
- Update Arduino core to 1.0.2 (release notes)
- Update ESP-IDF to 3.2.0 (release notes)
1.7.0
1.6.0
- New boards
- Implemented "erase" target ->
$ pio run -t erase
(issue #127) - Updated ESP-IDF framework to 3.1.2 (bugfix-only update, see release notes for v3.1.2)
- Updated Arduino framework to 1.0.1 (this version includes updated tools, many fixes and new features (esp32-camera+esp-face for face detection and recognition, see release notes for v1.0.1)
- Normalized image paths when uploading using openOCD (fixes issue on Windows) (#139)
- Better handling of OTA address passed to
upload_protocol
- Disabled PSRAM for ESP Wrover Kit by default (resolves an issue with debugging). You can enable PSRAM manually per project.