platformio / platform-espressif32

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

Add support for esp32-s3-korvo #1289

Open zmj11111 opened 5 months ago

zmj11111 commented 5 months ago

Docs: https://espressif-docs.readthedocs-hosted.com/projects/esp-adf/en/latest/design-guide/dev-boards/user-guide-esp32-s3-korvo-2.html

valeros commented 5 months ago

The Arduino framework doesn't support this board directly, but I believe you can use board = esp32-s3-devkitc-1 as a workaround.

sarveshrbabu commented 1 month ago

Do you know if the workaround has any caveats?