platformio / platform-espressif32

Espressif 32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif32
Apache License 2.0
854 stars 564 forks source link

Update to ESP-IDF v5.2.2 #1398

Closed IEatCodeDaily closed 44 minutes ago

IEatCodeDaily commented 6 days ago

As title say, an update to ESP-IDF v5.2.2 or at least having an option to use ESP-IDF v5.2.2 would be great. I'm trying to implement WiFI FTM localization and the FTM report API only exist in v5.2.2. Or is there a way to force PlatformIO to use v5.2.2?

Also, There isn't really a documentation on the PlatformIO registry as to what ESP-IDF version does each framework-espidf version corresponds to. Being able to easily see what ESP-IDF version each framework-espidf correspond to would be amazing.

Otherwise I'd have to migrate to ESP-IDF (which I really don't want to. I'm spoiled by PlatformIO at this point).

Thanks!

sivar2311 commented 6 days ago

Also, There isn't really a documentation on the PlatformIO registry as to what ESP-IDF version does each framework-espidf version corresponds to.

See https://github.com/platformio/platform-espressif32/releases and note the "Supported Frameworks" section

IEatCodeDaily commented 6 days ago

apparently I can just override the entire /components and /tools folders with no problem (so far). finger crossed there won't be any hidden problems.