mirror of
https://git.code.sf.net/p/openocd/code
synced 2024-11-22 04:56:28 +00:00
35b20195b8
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>
16 lines
466 B
INI
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]
|