Open Godeffroy opened 23 hours ago
The board definition can be found here : https://www.waveshare.com/wiki/ESP32-S3-Tiny
PR here #10634 Also Adding Support in PlatformIO for Waveshare ESP32-S3-Tiny board
I am sorry, but we can not add a definition for every board out there. We neither have the boards, nor it's actually part of what we do. It's up to the community to add the definitions necessary for supporting third party boards
@Godeffroy If you want to use the board with actual Arduino core opening a PR at Platformio makes no sense. You can do here https://github.com/pioarduino/platform-espressif32 BUT first the board has to be added in this repo, since the variant entry has to be there.
Related area
Board support
Hardware specification
Support for Waveshare ESP32-S3-Tiny
Is your feature request related to a problem?
The board ESP32-S3-Tiny from waveshare is missing.
Describe the solution you'd like
Need pin définition in variants
Describe alternatives you've considered
Using the ESP32-S3-Zero but the pin does not match
Additional context
Link to the PR in platformio platform-espressif32 : (coming soon...)
I have checked existing list of Feature requests and the Contribution Guide