Skip to content

twischi/platform-espressif32

Repository files navigation

Espressif 32: development platform for PlatformIO

This is a fork of to use a newer version of Espressif's IoT Development Framework 5.1x (IDF) with Adruiono-Framework 3.x in PlatformIO. Only the newer IDF Versions supports newer ESP32 chips see source.

This Repsitory fills the current gap, until there is an offical Version.

The new IDF-Versions are not supported yet (state 2024/06), as it waits for the official Relaease for Arduiono Release.

But you need the newer IDF, when want to work with the newer ESP32-Chips, see following list.

Chip vs IDF    v4.4, PIO alt text       v5.1 alt text  v5.3 alt text
ESP32 alt text alt text
ESP32-S2 alt text alt text
ESP32-C3 alt text alt text
ESP32-S3 alt text alt text
ESP32-C2 alt text alt text
ESP32-C6 alt text alt text
ESP32-H2 alt text alt text
ESP32-P4 alt text alt text alt text
ESP32-C5 alt text alt text alt text

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file

To use this version, add this line

Add to platform.ini file

[env]
platform = https://github.com/twischi/platform-espressif32.git
board = ...
...

Help for the platform-option see: documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks