platformio / platform-espressif32

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

Allow custom bootloaders for ESP-IDF projects #1373

Open marchingband opened 1 month ago

marchingband commented 1 month ago

I am looking at https://github.com/adafruit/tinyuf2/tree/master/ports/espressif I want to use it to add a uf2 bootloader to my project. Looking at the Adafruit Matrix S3, i can see how they do it with Arduino, but my project uses esp-idf. Is there any way I can accomplish this? If not, please consider this a feature request. thanks.