Skip to content

Releases: platformio/platform-espressif32

6.9.0

26 Sep 12:38
Compare
Choose a tag to compare

Release Notes

  • Added WeAct Studio ESP32C3CoreBoard board
  • Added support for ESP-IDF v5.3.1 (release notes)
  • Updated build command for ULP config generation
  • Better handling of complex macros exported from IDF projects
  • Fixed variant name for Heltec WiFi Kit 32 V3 (#1442)
  • Added missing PROJECT_SOURCE_DIR argument for bootloader build command (#1460)
  • Minor fixes and improvements (#1434)

Thanks @Jason2866, @DamienEspitallier, @patrickelectric for your contributions!

Configuration

To utilize this version, please navigate to your platformio.ini (Project Configuration File) and adjust the platform option as follows:

[env:my-esp32]
platform = espressif32 @ 6.9.0

For further exploration of configuration options for the espressif32 development platform, refer to the documentation.

Supported Frameworks

6.8.1

30 Jul 20:47
Compare
Choose a tag to compare
  • Removed unnecessary debug print (#1433)

6.8.0

30 Jul 12:28
Compare
Choose a tag to compare
  • New board M5Stack Core ESP32 16M
  • Added support for ESP-IDF v5.3 (release notes)
  • Added support for Arduino core v2.0.17 (release notes)
  • Better handling of IDF package version (#1420, #1418)
  • Added littlefs partition subtype (#1426)
  • Enabled PSRAM by default for Adafruit Feather ESP32-S3 Reverse TFT (#1414)
  • Fix maximum RAM size for ESP32-C6-DevKitC-1
  • Minor fixes and improvements (#1421)

Thanks @TheMasterofBlubb, @pcorliss, @Jason2866, @gmemstr, @dariush for your contributions!

Configuration

To utilize this version, please navigate to your platformio.ini (Project Configuration File) and adjust the platform option as follows:

[env:my-esp32]
platform = espressif32 @ 6.8.0

For further exploration of configuration options for the espressif32 development platform, refer to the documentation.

Supported Frameworks

6.7.0

14 May 12:44
Compare
Choose a tag to compare

Release Notes

  • New boards: ESP32-S3 PowerFeather, MotorGo Mini 1, senseBox MCU-S2
  • Added support for Arduino v2.0.16 (release notes)
  • Updated toolchain packages for IDF integration to v13.2.0 (#1360)
  • Improvements to esp32_exception_decoder (#1357)
  • Better handling of IDF linker script fragments
  • Minor fixes and improvements (#1360)

Thanks @Tasssadar, @powerfeatherdev for your contributions!

Configuration

To utilize this version, please navigate to your platformio.ini (Project Configuration File) and adjust the platform option as follows:

[env:my-esp32]
platform = espressif32 @ 6.7.0

For further exploration of configuration options for the espressif32 development platform, refer to the documentation.

Supported Frameworks

6.6.0

29 Mar 20:48
Compare
Choose a tag to compare

Release Notes

Thanks @Jason2866, @bsdlp, @and3rson, @nicklasb, @mbrunnen, @deece for your contributions!

Configuration

To utilize this version, please navigate to your platformio.ini (Project Configuration File) and adjust the platform option as follows:

[env:my-esp32]
platform = espressif32 @ 6.6.0

For further exploration of configuration options for the espressif32 development platform, refer to the documentation.

Supported Frameworks

6.5.0

27 Dec 14:31
Compare
Choose a tag to compare

Release Notes

Thanks @maxgerhardt, @Jason2866, @mbrunnen, @f-io, @PradeepKotu, @strid3r21, @SuGlider, @djpearman, @a-sapuppo for your contributions!

Configuration

To utilize this version, please navigate to your platformio.ini (Project Configuration File) and adjust the platform option as follows:

[env:my-esp32]
platform = espressif32 @ 6.5.0

For further exploration of configuration options for the espressif32 development platform, refer to the documentation.

Supported Frameworks

6.4.0

31 Aug 17:14
Compare
Choose a tag to compare

Release Notes

Thanks @maxgerhardt, @stintel, @Jason2866, @Tinyu-Zhao for your contributions.

Warning

Due to recent toolchain package reorganization, it is now necessary to use the latest PlatformIO Core v6.1.11 for debugging IDF projects.

Configuration

To utilize this version, please navigate to your platformio.ini (Project Configuration File) and adjust the platform option as follows:

[env:my-esp32]
platform = espressif32 @ 6.4.0

For further exploration of configuration options for the espressif32 development platform, refer to the documentation.

Supported Frameworks

5.4.0

23 Jun 14:52
Compare
Choose a tag to compare

Release Notes

Configuration

To utilize this version, please navigate to your platformio.ini (Project Configuration File) and adjust the platform option as follows:

[env:my-esp32]
platform = espressif32 @ 5.4.0

For further exploration of configuration options for the espressif32 development platform, refer to the documentation.

Supported Frameworks

6.3.2

20 Jun 09:25
Compare
Choose a tag to compare

Release Notes

  • Use strict versions of Python dependencies for IDF 5 to avoid compatibility issues

Configuration

To utilize this version, please navigate to your platformio.ini (Project Configuration File) and adjust the platform option as follows:

[env:my-esp32]
platform = espressif32 @ 6.3.2

For further exploration of configuration options for the espressif32 development platform, refer to the documentation.

Supported Frameworks

6.3.1

26 May 07:42
Compare
Choose a tag to compare
  • Fixed a potential issue with urllib3 dependency in IDF environment

Configuration

To utilize this version, please navigate to your platformio.ini (Project Configuration File) and adjust the platform option as follows:

[env:my-esp32]
platform = espressif32 @ 6.3.1

For further exploration of configuration options for the espressif32 development platform, refer to the documentation.

Supported Frameworks