platformio / platform-espressif32

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

support for sparkfun esp32-s3 thing plus board #1463

Open Vigeant opened 1 week ago

Vigeant commented 1 week ago

Good day, still exploring how to do this myself but though I would mention it here.

Please add support for the sparkfun esp32-s3 thing plus board. I noticed that you have many esp32-s3 boards already so should be a quick addition.

Vigeant commented 2 days ago

@valeros I started doing the work and have written the json file, the entry in the boards.txt and the variant folder for the arduino framework. It all compiles and uploads but the code does not run. Any clue how to debug this. My arduino framework additions work with the arduino ide 2.0 (I can compile, upload and execute).

valeros commented 2 hours ago

Hi @Vigeant, share here your board manifest. What code do you use to verify the board is working?