Skip to content

Releases: platformio/platform-espressif32

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)

1.12.1

28 Apr 12:08
Compare
Choose a tag to compare
  • Improvements for ESP-IDF integration
    • Added support for PSRAM (issue #254)
    • Fixed an issue when src_dir option contains nested folders (issue #330)
    • Fixed an issue with missing external libraries
  • Added support for custom SPIFFS image name via ESP32_SPIFFS_IMAGE_NAME variable (issue #332)
  • Minor fixes and improvements (issues #316, #319, #324)

1.12.0

23 Mar 15:12
Compare
Choose a tag to compare

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.

1.11.2

12 Feb 21:53
Compare
Choose a tag to compare
  • Added support for AZ-Delivery ESP-32 Dev Kit C V4 and Qchip boards
  • Defined a custom GDB "pio_reset_run_target" function
  • Fixed multiple symbol definition when two frameworks selected (issue #259)
  • Fixed overriding of LD Script via board_build.ldscript option in "platformio.ini"