When does this get updated with ESP32 core?
ESP32 Core has had plenty of recent breaking updates that have no migrated into this platformio version, does anyone know when this will happen?
Use pioarduino fork. Espressif Arduino core 3.3.2 is supported with all MCUs available from them.
Is this package deprecated ?
Platformio supports espressif Arduino core 2.0.17 From espressif side the support for core 2.0.17 has ended a long time ago.
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 See #1225 tldr wont happen.
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.