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>
This commit is contained in:
Erhan Kurubas 2022-07-03 12:24:24 +03:00 committed by Antonio Borneo
parent abe5f015c5
commit 35b20195b8
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# 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]