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