1set ESP_RTOS none
2
3# ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
4# Uncomment the line below to enable USB debugging.
5# source [find interface/esp_usb_jtag.cfg]
6
7# Otherwise, use external JTAG programmer as ESP-Prog
8source [find interface/ftdi/esp32_devkitj_v1.cfg]
9
10source [find target/esp32c3.cfg]
11adapter_khz 5000
12