This is an automated email from Gerrit.

Jonathan McDowell ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/5910

-- gerrit

commit f7374098de07957ec740492cc917151b0d301733
Author: Jonathan McDowell <[email protected]>
Date:   Sun Nov 1 12:10:23 2020 +0000

    tcl/interface/ftdi: Add HIE JTAG Debugger config
    
    Change-Id: Ibb7a2bb8807c442394982e89258874557a2baaad
    Signed-off-by: Jonathan McDowell <[email protected]>

diff --git a/tcl/interface/ftdi/hie-jtag.cfg b/tcl/interface/ftdi/hie-jtag.cfg
new file mode 100644
index 0000000..9486b5e
--- /dev/null
+++ b/tcl/interface/ftdi/hie-jtag.cfg
@@ -0,0 +1,22 @@
+#
+# Hofstädtler Industrie-Electronic (HIE) JTAG Debugger
+#
+# https://www.hofstaedtler.com/jtag
+#
+
+adapter driver ftdi
+ftdi_channel 0
+ftdi_vid_pid 0x0403 0x6014
+ftdi_device_desc "HIE JTAG Debugger"
+
+ftdi_layout_init 0x0c08 0x4f1b
+
+# define both Reset signals
+ftdi_layout_signal nTRST -data 0x0100 -noe 0x0400
+ftdi_layout_signal nSRST -data 0x0200 -noe 0x0800
+
+adapter srst delay 400
+jtag_ntrst_delay 400
+
+# Toggle USB LED
+ftdi_layout_signal LED -ndata 0x4000

-- 


_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to