mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-04-11 00:50:01 +00:00
For historical reasons, no license information was added to the tcl files. This makes trivial adding the SPDX tag through script: fgrep -rL SPDX tcl/interface | while read a;do \ sed -i '1{i# SPDX-License-Identifier: GPL-2.0-or-later\n }' $a;done With no specific license information from the author, let's extend the OpenOCD project license GPL-2.0-or-later to the files. Change-Id: I7bd6a628e9e153fc477cddf9b97087a39ec48aa7 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7029 Tested-by: jenkins
38 lines
1.1 KiB
INI
38 lines
1.1 KiB
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#
|
|
# FTDI UM232H as a JTAG interface
|
|
#
|
|
# http://www.ftdichip.com/Products/Modules/DevelopmentModules.htm#UM232H
|
|
#
|
|
# This should also work with a UM232H-B, but that has not been tested.
|
|
# Note that UM232H and UM232H-B are 3.3V only.
|
|
#
|
|
|
|
adapter driver ftdi
|
|
#ftdi device_desc "UM232H"
|
|
ftdi vid_pid 0x0403 0x6014
|
|
|
|
ftdi layout_init 0xfff8 0xfffb
|
|
ftdi layout_signal nTRST -data 0x0100 -oe 0x0100
|
|
ftdi layout_signal nSRST -data 0x0200 -oe 0x0200
|
|
|
|
# UM232H FT232H JTAG
|
|
# Name Pin Name Func
|
|
# AD0 J2-6 ADBUS0 TCK
|
|
# AD1 J2-7 ADBUS1 TDI
|
|
# AD2 J2-8 ADBUS2 TDO
|
|
# AD3 J2-9 ADBUS3 TMS
|
|
# AD4 J2-10 ADBUS4 (GPIOL0)
|
|
# AD5 J2-11 ADBUS5 (GPIOL1)
|
|
# AD6 J2-12 ADBUS6 (GPIOL2)
|
|
# AD7 J2-13 ADBUS7 (GPIOL3)
|
|
# AD0 J1-14 ACBUS0 /TRST
|
|
# AD1 J1-13 ACBUS1 /SRST
|
|
# AD2 J1-12 ACBUS2 (GPIOH2)
|
|
# AD3 J1-11 ACBUS3 (GPIOH3)
|
|
# AD4 J1-10 ACBUS4 (GPIOH4)
|
|
# AD5 J1-9 ACBUS5 (GPIOH5)
|
|
# AD6 J1-8 ACBUS6 (GPIOH6)
|
|
# AD7 J1-7 ACBUS7 (GPIOH7)
|