platform-espressif32 icon indicating copy to clipboard operation
platform-espressif32 copied to clipboard

When does this get updated with ESP32 core?

Open Darren777 opened this issue 2 months ago • 5 comments

ESP32 Core has had plenty of recent breaking updates that have no migrated into this platformio version, does anyone know when this will happen?

Darren777 avatar Oct 23 '25 10:10 Darren777

Use pioarduino fork. Espressif Arduino core 3.3.2 is supported with all MCUs available from them.

Jason2866 avatar Oct 23 '25 14:10 Jason2866

Is this package deprecated ?

FranckFreiburger avatar Oct 24 '25 06:10 FranckFreiburger

Platformio supports espressif Arduino core 2.0.17 From espressif side the support for core 2.0.17 has ended a long time ago.

Jason2866 avatar Oct 24 '25 07:10 Jason2866

I am also seeing issues with using Libraries written for Arduino IDE and not compatible with platformIO Arduimo framework. I suspect this is because the Arduino IDE uses the latest Arduino_ESP v3.3.2 is based on ESP_IDF v5.5.1 whilst Arduino framework for Platform IDE use latest version of platform-espressif32 (v6.12.0) which is still based on ESP32-IDF v4.4.7 (see framework section of 6.12.0 release notes). By example, I am getting Libraries calling files like esp32-hal-periman.h, which doesn't exist in 4.4.7. I have tried commenting out such includes (my use of that Library doesn't need it), it is a can of worms as clear one error, another pops up. As a result, my version of said Library gets very different from the main, I cannot easily import any new versions of that Library. In this case the library I am using is a GFX library for an AMOLED display.

So when is platform-espressif32 going to catch up with the ESP32-IDF like the Arduino_esp32 has so we regain code compatibility between Arduino IDE and PlatformIO IDE.

WombatHollow avatar Oct 29 '25 02:10 WombatHollow

@WombatHollow See #1225 tldr wont happen.

Jason2866 avatar Oct 29 '25 09:10 Jason2866

This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Dec 18 '25 01:12 stale[bot]