mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-23 22:58:57 +10:00
Avoid annoying "deprecated" messages while running the scripts distributed with OpenOCD code. Change automatically created with command sed -i 's/^interface /adapter driver /' $(find tcl/ -type f) Change-Id: I2291dfb96e164beecbeb3366ce83f9df2ad6c197 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5283 Reviewed-by: Marc Schink <dev@zapb.de> Tested-by: jenkins Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
27 lines
496 B
INI
27 lines
496 B
INI
#
|
|
# Gateworks GW16042 JTAG Dongle
|
|
#
|
|
# http://www.gateworks.com/
|
|
#
|
|
# Layout: FTDI FT2232H
|
|
# ADBUS0 TCK
|
|
# ADBUS1 TDI
|
|
# ADBUS2 TDO (input)
|
|
# ADBUS3 TMS
|
|
# ADBUS4 nTRST
|
|
# ADBUS5 nSRST
|
|
# ADBUS6 OE (active high) for TRST, TDI, TMS, TCK
|
|
# ADBUS7 NC
|
|
# ACBUS0-7 NC
|
|
# BDBUS0 RXD
|
|
# BDBUS1 TXD (input)
|
|
#
|
|
|
|
adapter driver ftdi
|
|
ftdi_device_desc "USB-JTAG"
|
|
ftdi_vid_pid 0x0403 0x6010
|
|
|
|
ftdi_layout_init 0x0058 0x007b
|
|
ftdi_layout_signal nTRST -data 0x0010
|
|
ftdi_layout_signal nSRST -oe 0x0020
|