espressif / arduino-esp32

Arduino core for the ESP32
GNU Lesser General Public License v2.1
13.71k stars 7.43k forks source link

Add support for Waveshare ESP32-S3-Tiny base on ESP32-S3FH4R2 chip #10633

Open Godeffroy opened 23 hours ago

Godeffroy commented 23 hours ago

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

Godeffroy commented 23 hours ago

The board definition can be found here : https://www.waveshare.com/wiki/ESP32-S3-Tiny

Godeffroy commented 22 hours ago

PR here #10634 Also Adding Support in PlatformIO for Waveshare ESP32-S3-Tiny board

me-no-dev commented 22 hours ago

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

Jason2866 commented 21 hours ago

@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.