|
From: openocd-gerrit <ope...@us...> - 2026-05-08 17:16:17
|
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 f9212ff31137ee8656cdf99ccac9d74cbd7164d6 (commit)
from 4133550fa2f7fab98980ac914be23298c8d71651 (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 f9212ff31137ee8656cdf99ccac9d74cbd7164d6
Author: Frederic Boyer <fre...@mi...>
Date: Mon May 4 15:00:18 2026 +0200
tcl/interface: add Microchip DV22S07A OpenOCD Debug Probe
Add interface configuration for the Microchip DV22S07A OpenOCD
Debug Probe.
JTAG only (no SWD support).
3.3V logic only, no level shifters.
USB-powered via USB 2.0 Type-C (connector J4).
Link: https://www.microchip.com/en-us/development-tool/DV22S07A
Change-Id: I739f054b90abc724d8e82cf30c7c3015f426107e
Signed-off-by: Frederic Boyer <fre...@mi...>
Reviewed-on: https://review.openocd.org/c/openocd/+/9528
Reviewed-by: zapb <de...@za...>
Tested-by: jenkins
diff --git a/tcl/interface/microchip/dv22s07a.cfg b/tcl/interface/microchip/dv22s07a.cfg
new file mode 100644
index 000000000..aceb0c89b
--- /dev/null
+++ b/tcl/interface/microchip/dv22s07a.cfg
@@ -0,0 +1,22 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# Microchip DV22S07A OpenOCD Debug Probe
+#
+# https://www.microchip.com/en-us/development-tool/DV22S07A
+#
+# FT4232HQ-based JTAG debug probe.
+# Channel A is dedicated to JTAG (2x10 IDC connector J2).
+# 3.3V JTAG logic only (no level shifters).
+#
+# On Windows, the FT4232HQ Channel A interface requires a
+# libusb-compatible driver (WinUSB, libusbK) to be used with
+# OpenOCD. See the product page for installation instructions:
+# https://www.microchip.com/en-us/development-tool/DV22S07A
+#
+
+adapter driver ftdi
+adapter usb vid_pid 0x0403 0x6011
+ftdi channel 0
+ftdi layout_init 0x0038 0x003b
+ftdi layout_signal nTRST -data 0x0010 -oe 0x0010
+ftdi layout_signal nSRST -data 0x0020 -oe 0x0020
-----------------------------------------------------------------------
Summary of changes:
tcl/interface/microchip/dv22s07a.cfg | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 tcl/interface/microchip/dv22s07a.cfg
hooks/post-receive
--
Main OpenOCD repository
|