1
0
mirror of https://git.code.sf.net/p/openocd/code synced 2024-11-22 04:56:28 +00:00
openocd/tcl/board/esp32-bridge.cfg
Erhan Kurubas 35b20195b8 tcl/board: add ESP32 config for ESP USB Bridge board
Signed-off-by: Erhan Kurubas <erhan.kurubas@espressif.com>
Change-Id: Ie1a56a398052f6f0e0eb2fe96777effeb59918f6
Reviewed-on: https://review.openocd.org/c/openocd/+/7076
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2022-09-13 22:09:27 +00:00

16 lines
466 B
INI

# SPDX-License-Identifier: GPL-2.0-or-later
#
# Example OpenOCD configuration file for ESP32 connected via ESP USB Bridge board
#
# For example, OpenOCD can be started for ESP32 debugging on
#
# openocd -f board/esp32-bridge.cfg
#
# Source the JTAG interface configuration file
source [find interface/esp_usb_bridge.cfg]
# ESP32 chip id defined in the idf esp_chip_model_t
espusbjtag chip_id 1
# Source the ESP32 configuration file
source [find target/esp32.cfg]