Skip to content

Releases: platformio/platform-espressif32

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"

1.11.1

01 Nov 16:47
Compare
Choose a tag to compare
  • Corrected upload speed for m5stick-c board (issue #240)
  • Improved support for embedding external files (issue #161, issue #220)
  • Updated aws-iot example with the new configuration (issue #242)
  • Fixed mkspiffs binary name when both arduino and esp-idf frameworks selected (issue #244)
  • Allowed specifying embeddable files in a special platformio.ini section
[env:myenv]
platform = espressif32
board = ...
board_build.embed_txtfiles =
  src/private.pem.key
  src/certificate.pem.crt
  src/aws-root-ca.pem

1.11.0

04 Oct 18:14
Compare
Choose a tag to compare

1.10.0

18 Sep 15:52
Compare
Choose a tag to compare

1.9.0

28 Jun 12:26
Compare
Choose a tag to compare

1.8.0

19 Apr 10:25
Compare
Choose a tag to compare

1.7.0

22 Feb 17:06
Compare
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
Compare
Choose a tag to compare