Skip to content

Releases: platformio/platform-espressif32

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

6.3.0

19 May 11:33
Compare
Choose a tag to compare

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

6.2.0

29 Apr 17:44
Compare
Choose a tag to compare

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

6.1.0

08 Mar 19:01
Compare
Choose a tag to compare

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

6.0.1

06 Feb 12:46
Compare
Choose a tag to compare

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

6.0.0

16 Jan 19:35
Compare
Choose a tag to compare

Release Notes

  • Added support for IDF v5.0 (release notes) with GCC v11.2.0+2022r1
  • Updated default partition tables for Adafruit Feather S3 based boards (#996, #997)
  • Minor fixes and improvements (#950, #983, #993, #995)

Note:

ESP-IDF v5.0 is a major update for ESP-IDF v4.x. Release v5.0 is mostly compatible with apps written for ESP-IDF v4.x, but there are some breaking changes. Please read the official release notes for more detailed information.

Thanks @Jason2866 @DocWibbleyWobbley for 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.0.0

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

Supported Frameworks

5.3.0

29 Dec 20:46
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.3.0

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

Supported Frameworks

5.2.0

30 Sep 10:50
Compare
Choose a tag to compare

Release Notes

Thanks @Jason2866, @hamishcunningham, @davy39, @sonidelav, @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 @ 5.2.0

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

Supported Frameworks