]> git.sur5r.net Git - openocd/blob - tcl/interface/ftdi/xds100v2.cfg
interface/ftdi/xds100v2.cfg: Add another VID/PID, drop desc
[openocd] / tcl / interface / ftdi / xds100v2.cfg
1 #
2 # Texas Instruments XDS100v2
3 #
4 # http://processors.wiki.ti.com/index.php/XDS100#XDS100v2_Features
5 #
6
7 interface ftdi
8 ftdi_vid_pid 0x0403 0xa6d0 0x0403 0x6010
9
10 ftdi_layout_init 0x0038 0x597b
11 ftdi_layout_signal nTRST -data 0x0010
12 ftdi_layout_signal nSRST -oe 0x0100
13 ftdi_layout_signal nEMU_EN -data 0x0020
14 ftdi_layout_signal nEMU0 -data 0x0040
15 ftdi_layout_signal nEMU1 -data 0x1000
16 ftdi_layout_signal PWR_RST -data 0x0800
17 ftdi_layout_signal LOOPBACK -data 0x4000
18
19 echo "\nInfo : to use this adapter you MUST add ``init; ftdi_set_signal PWR_RST 1; jtag arp_init'' to the end of your config file!\n"