jtag/drivers/jlink: Use correct command errors
[openocd.git] / tcl / board / esp32s2-bridge.cfg
blobb87be8b64cdeebc614e1c711c264a4bf9879bda7
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # Example OpenOCD configuration file for ESP32-S2 connected via ESP USB Bridge board
5 # For example, OpenOCD can be started for ESP32-S2 debugging on
7 #   openocd -f board/esp32s2-bridge.cfg
10 # Source the JTAG interface configuration file
11 source [find interface/esp_usb_bridge.cfg]
12 # ESP32S2 chip id defined in the idf esp_chip_model_t
13 espusbjtag chip_id 2
14 # Source the ESP32-S2 configuration file
15 source [find target/esp32s2.cfg]