- 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.