|
From: openocd-gerrit <ope...@us...> - 2023-07-14 16:51:56
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via 1107af09f1179241224ff0045441caaeeec70b13 (commit)
from 698adc0c62edf12a5dad25a672e46e9a2e442be3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1107af09f1179241224ff0045441caaeeec70b13
Author: Erhan Kurubas <erh...@es...>
Date: Sun Jun 18 12:59:19 2023 +0200
tcl/interface: add Espressif builtin usb_jtag config file.
This config file enables communication over USB-JTAG with
ESP32-C3, ESP32-S3, ESP32-H2 and ESP32-C6 chips
Signed-off-by: Erhan Kurubas <erh...@es...>
Change-Id: Iceea26972588d8c4919d1f3248684ece48ca9121
Reviewed-on: https://review.openocd.org/c/openocd/+/7748
Tested-by: jenkins
Reviewed-by: Antonio Borneo <bor...@gm...>
diff --git a/tcl/interface/esp_usb_jtag.cfg b/tcl/interface/esp_usb_jtag.cfg
new file mode 100644
index 000000000..40427d0e3
--- /dev/null
+++ b/tcl/interface/esp_usb_jtag.cfg
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# Espressif builtin USB-JTAG adapter
+#
+
+adapter driver esp_usb_jtag
+
+espusbjtag vid_pid 0x303a 0x1001
+espusbjtag caps_descriptor 0x2000
-----------------------------------------------------------------------
Summary of changes:
tcl/interface/esp_usb_jtag.cfg | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 tcl/interface/esp_usb_jtag.cfg
hooks/post-receive
--
Main OpenOCD repository
|