Platform Espressif32 Versions Save

Espressif 32: development platform for PlatformIO

v6.6.0

3 weeks ago

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

v6.5.0

3 months ago

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

v6.4.0

7 months ago

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

v5.4.0

10 months ago

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

v6.3.2

10 months ago

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

v6.3.1

10 months ago
  • 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

v6.3.0

11 months ago

Release Notes

  • Added support for Arduino v2.0.9 (release notes)
  • Added support for ESP-IDF v5.0.2 (release notes)
  • Better handling of macros exported from the IDF build system (#1080)
  • Improved integration with the upstream version of ESP32 Arduino core (#1092)
  • Fixed flash memory size for ESP32S3 CAM LCD board (#1095)

Thanks @Jason2866 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.3.0

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

Supported Frameworks

v6.2.0

11 months ago

Release Notes

Thanks @alwint3r, @DogushC, @nkaaf, @mahavirj, @Tinyu-Zhao 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.2.0

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

Supported Frameworks

v6.1.0

1 year ago

Release Notes

Thanks @Baptou88, @lmarzen, @sigmdel, @Tinyu-Zhao, 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.1.0

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

Supported Frameworks

v6.0.1

1 year ago

Release Notes

  • Better handling of ESP-IDF Python dependencies (#1006, #1007, #1013)
  • Updated Exception Stack Trace Decoder with support for uppercase register names (#1020, thanks @GwnDaan)
  • Fixed partition file names for the Feather S3 and QT Py S3 boards (#1004)

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.0.1

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

Supported Frameworks