tcl/board: add ESP32-S3 config for ESP USB Bridge board
[fw/openocd] / tcl / board / esp32s3-bridge.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 #
3 # Example OpenOCD configuration file for ESP32-S3 connected via ESP USB Bridge board
4 #
5 # For example, OpenOCD can be started for ESP32-S3 debugging on
6 #
7 #   openocd -f board/esp32s3-bridge.cfg
8 #
9
10 # Source the JTAG interface configuration file
11 source [find interface/esp_usb_bridge.cfg]
12 # ESP32S3 chip id defined in the idf esp_chip_model_t
13 espusbjtag chip_id 9
14 # Source the ESP32-S3 configuration file
15 source [find target/esp32s3.cfg]