forked from auracaster/openocd
jtag: add esp_usb_jtag driver
This driver is used with the ESP32 chips which has builtin USB-JTAG interface. e.g. with ESP32-C3, ESP32-S3 Signed-off-by: Erhan Kurubas <erhan.kurubas@espressif.com> Change-Id: If966268cb8d26f76540dd5440245a17ed0b72c61 Reviewed-on: https://review.openocd.org/c/openocd/+/6943 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
This commit is contained in:
committed by
Antonio Borneo
parent
c7bdce33e2
commit
3d61a9593e
9
tcl/interface/esp_usb_bridge.cfg
Normal file
9
tcl/interface/esp_usb_bridge.cfg
Normal file
@@ -0,0 +1,9 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#
|
||||
# ESP USB Bridge jtag adapter
|
||||
#
|
||||
|
||||
adapter driver esp_usb_jtag
|
||||
|
||||
espusbjtag vid_pid 0x303a 0x1002
|
||||
espusbjtag caps_descriptor 0x030A # string descriptor index:10
|
||||
Reference in New Issue
Block a user