Initial check-in of openocd-0.7.0 as it can be downloaded from http://sourceforge.net/projects/openocd/files/openocd/0.7.0/ Any modifications will follow. Change-Id: I6949beaefd589e046395ea0cb80f4e1ab1654d55
16 lines
302 B
INI
16 lines
302 B
INI
#
|
|
# Opendous
|
|
#
|
|
# http://code.google.com/p/opendous/wiki/JTAG
|
|
#
|
|
# According to the website, it is similar to jtagkey, but it uses channel B
|
|
# (and it has a different pid number).
|
|
#
|
|
|
|
interface ft2232
|
|
ft2232_device_desc "Dual RS232-HS"
|
|
ft2232_layout jtagkey
|
|
ft2232_vid_pid 0x0403 0x6010
|
|
ft2232_channel 2
|
|
|