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