ESP32-C3-DevKit-RUST-1 is a ESP32C3 based board that includes a builtin LED, button, WS2812, temperature and humidity sensor (SHTC3) and a IMU (ICM42670). Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
11 lines
353 B
INI
11 lines
353 B
INI
set ESP_RTOS none
|
|
|
|
# ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
|
|
# Uncomment the line below to enable USB debugging.
|
|
source [find interface/esp_usb_jtag.cfg]
|
|
|
|
# Otherwise, use external JTAG programmer as ESP-Prog
|
|
source [find interface/ftdi/esp32_devkitj_v1.cfg]
|
|
|
|
source [find target/esp32c3.cfg]
|
|
adapter speed 5000
|