Espressif ESP32-S3-Pico from WaveShare not supported board type?

Hi
My first time here.
I’m just starting to dev with ESP32.
When I create a new project and search the Board Types I can’t find Espressif ESP32-S3-Pico.
Can anyone tell me if this WaveShare board will be supported or…
Is there a generic S3 I can use ?

I using Espidf not Arduino.
I have uploaded a blink example and it works using the Board Type = Espressif ESPP-s3-DevKitc - 1.
BUT my problem is I can’t debug via OpenOCD / JTAG. That is why I need a different or specific Board Type… I think.
The JTAG GP pins are different on Espressif ESPP-s3-DevKitc and my WaveShare ESP32-S3-Pico.
I’m using the ESP-Prog JTAG breakout board for debugging

1 Like

I also came here to ask this. I want to use it with Arduino.

This is the board. https://www.waveshare.com/wiki/ESP32-S3-Pico#Install_arduino-esp32

Is there a guide to adding boards somewhere?

Hi, just bumping this to help out who may find themselves needing a config:

[env:lolin_s3_mini]

platform = espressif32

board = lolin_s3_mini

framework = arduino

monitor_speed = 115200

build_flags = -DARDUINO_USB_CDC_ON_BOOT=1

cheers