Skip to content

Releases: platformio/platform-espressif32

3.2.1

31 May 13:45
Compare
Choose a tag to compare
  • Updated ESP-IDF to the latest 4.2.1 (release notes)
  • Minor fixes

3.2.0

29 Mar 12:32
Compare
Choose a tag to compare

3.1.1

18 Mar 22:01
Compare
Choose a tag to compare
  • Added new board Heltec Wifi Kit 32 V2 (Issue #513)
  • Updated default upload speed for m5stack-atom board (Issue #509)
  • Preparations for updated debug configuration process in upcoming PlatformIO Core 5.2+
  • Fixed variant name for the ttgo-t-beam board
  • Fixed buildfs target declaration to be used with pre/post actions
  • Minor fixes and improvements

3.1.0

26 Feb 13:40
Compare
Choose a tag to compare

3.0.0

29 Jan 19:29
Compare
Choose a tag to compare

Please note

  • ESP-IDF v4.0.1 remains as the default version for projects that use Arduino as an ESP-IDF component
  • Projects that need to embed files into the final firmware image should declare that files in project CMakeLists.txt using the target_add_binary_data function and in the platformio.ini file as described here.

2.1.0

02 Dec 14:42
Compare
Choose a tag to compare
  • Updated OpenOCD packages (#413)
  • Updated the esptoolpy package to v3.0 (#401)
  • Allow custom offsets for bootloader and partitions in ESP-IDF (#11)
  • Minor bugfixes and improvements

2.0.0

07 Sep 11:57
Compare
Choose a tag to compare
  • Updated ESP-IDF to the latest stable 4.1
    • Updated toolchains to the latest esp-2020r2
    • Updated binutils for ULP
    • New Python-based menuconfig tool (#374)
    • Improvements to Bluetooth and Wi-Fi stacks
    • Preview support for ESP32-S2 Beta SoC
    • More detailed information in the official release notes and documentation for release v4.1
  • Fixed broken first-time library installation with ESP-IDF (#362, #363)
  • Fixed an issue with improper compilation of embedded files (#385)
  • Minor bugfixes and improvements (#386, #398)

Please note

  • ESP-IDF v4.0.1 remains as the default version for projects that use Arduino as an ESP-IDF component
  • ESP32-S2 Beta firmware is not compatible with the ESP32-S2 production SoC, and not all features are supported.

1.12.4

17 Jun 10:41
Compare
Choose a tag to compare
  • Added framework meta-information
  • Fixed default flash size to 4MB
  • Minor improvements

1.12.3

11 Jun 10:54
Compare
Choose a tag to compare
  • Preparations for upcoming PIO Core 4.4
  • Minor bugfixes (issues #355, #356)

1.12.2

25 May 13:15
Compare
Choose a tag to compare
  • Updated ESP-IDF to the latest stable 4.0.1 (release notes)
  • Minor bugfixes and improvements (issues #336, #339)