Skip to content

Releases: platformio/platform-espressif32

1.8.0

19 Apr 10:25

Choose a tag to compare

1.7.0

22 Feb 17:06

Choose a tag to compare

  • Updated ESP-IDF framework to 3.1.3 (changelog)
  • Updated openOCD for ESP32 to v0.10.0-esp32-20190212
  • Fixed issue with uploading for ESP-IDF when project path contains space (issue #118)

1.6.0

11 Jan 12:27

Choose a tag to compare

1.5.0

05 Nov 16:29

Choose a tag to compare

1.4.0

01 Oct 13:28

Choose a tag to compare

  • Add "Blink" example for ESP-IDF (issue #122)
  • Add default macro "LED_BUILTIN" for ESP Wrover Kit (issue #121)
  • Update ESP-IDF to 3.1
  • Fix invalid debug configuration for FTDI Minimodule interface

1.3.0

13 Aug 15:05

Choose a tag to compare

  • 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

30 Jul 18:03

Choose a tag to compare

1.1.2

06 Jul 12:20

Choose a tag to compare

  • 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

04 Jul 22:05

Choose a tag to compare

  • Switch to default debug load mode: debug_load_mode = always

1.1.0

02 Jul 13:18

Choose a tag to compare

  • 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