UnexpectedMaker / esp32s3

Assorted files for my ESP32-S3 development boards
167 stars 27 forks source link

Platformio: S3 UM boards.json does not use tinyuf2 #18

Open Jason2866 opened 5 days ago

Jason2866 commented 5 days ago

@UnexpectedMaker The S3 boards.json currently used in Platformio are not using the tinyuf2 scheme (like in ArduinoIDE). Example: https://github.com/platformio/platform-espressif32/blob/develop/boards/um_tinys3.json Is this intended?

It is easy possible to do as done here for an Adafruit board: https://github.com/platformio/platform-espressif32/blob/develop/boards/adafruit_feather_esp32s3_reversetft.json

UnexpectedMaker commented 5 days ago

Most of my S3 boards were not added by me, but by other people, likely before I added uf2 support.

I'll add it to my list of things to get to, thanks :)