Releases: platformio/platform-espressif32
Releases · platformio/platform-espressif32
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.
1.5.0
- Add new boards: oddWires IoT-Bus Io, oddWires Proteus IoT-Bus, OLIMEX ESP32-PRO
- Add support for debugging via J-Link, oddWires IOT-Bus JTAG, and TIAO USB Multi-Protocol adapter (TUMPA) tools
- Update ESP-IDF to 3.1.1
- Update openOCD to v0.10.0-esp32-20181105
1.4.0
1.3.0
- Add support for ESP-Prog debug tool
- Update ESP-IDF to 3.0.3
- Switch to isolated build flags per a framework
1.2.0
-
Official support for PIO Unified Debugger:
-
Debug Arduino or ESP-IDF based project with the 1-Click and Zero configuration
-
Modern and light-weight debugging UI with PlatformIO IDE for VSCode:
- Conditional Breakpoints
- Expressions and Watchpoints
- Generic Registers
- Memory Viewer
- Disassembly
- Multi-thread support (FreeRTOS)
- A hot restart of an active debugging session
-
Use your favorite OS or IDE
-
Windows, Linux or Mac
-
-
New boards: ALKS, WEMOS LOLIN D32 & LOLIN D32 PRO, M5Stack FIRE, TTGO LoRa32-OLED V1, XinaBox CW02
-
Enabling External RAM (PSRAM)
-
New example for ESP-IDF AWS IoT
-
Updated Arduino Core to v1.0.0 (the first stable release)
-
Updated ESP-IDF to v3.0.2
-
Updated "esptool" to v2.5.0
1.1.2
- Switch to native image loading in debug mode:
- significantly speed up the initialization of debugging session
- use Serial Monitor anytime when you need it
1.1.1
- Switch to default debug load mode:
debug_load_mode = always
1.1.0
- New board "ODROID-GO"
- Added support for Olimex debug tools: ARM-USB-OCD and ARM-USB-TINY
- Set default upload speed to 921600 bits per second by default
- Updated ESP-IDF to v3.0.1
- Updated Arduino Core to the latest upstream version
- Updated "esptool" to v2.4.1
- Fixed board flash and data sizes in manifests
- Fixed broken variant for ESP32vn IoT Uno (issue #81)
- Fixed SPIFFS uploading via OTA