Skip to content

Releases: platformio/platform-espressif32

1.4.0

01 Oct 13:28
Compare
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
Compare
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
Compare
Choose a tag to compare

1.1.2

06 Jul 12:20
Compare
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
Compare
Choose a tag to compare
  • Switch to default debug load mode: debug_load_mode = always

1.1.0

02 Jul 13:18
Compare
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

1.0.2

04 Jun 15:24
Compare
Choose a tag to compare
  • Declare command for checking memory usage

1.0.1

31 May 18:40
Compare
Choose a tag to compare
  • Set default monitor speed to 115200 for ESP-IDF
  • Fix RAM size for Espressif ESP-WROVER-KIT
  • Calculate an absolute path for a custom partitions table
  • Support automatic calculating of partition offset when it's omitted

1.0.0

30 May 16:28
Compare
Choose a tag to compare

0.12.0

08 Feb 14:17
Compare
Choose a tag to compare
  • Updated Arduino Core to the upstream version
  • Use new toolchain for Arduino Core (fixed order with user libs and IDF)
  • Allowed to override PROGNAME (custom firmware name)
  • Fixed flash size for esp32vn-iot-uno board