tcl/interface/ftdi: Add HIE JTAG Debugger config
Change-Id: Ibb7a2bb8807c442394982e89258874557a2baaad Signed-off-by: Jonathan McDowell <noodles@earth.li> Reviewed-on: http://openocd.zylin.com/5910 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
8e281b76ea
commit
990a01b702
|
@ -0,0 +1,20 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#
|
||||
# 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
|
||||
|
||||
# Toggle USB LED
|
||||
ftdi_layout_signal LED -ndata 0x4000
|
Loading…
Reference in New Issue