tcl: stm32mp13x: add target and board config files
[fw/openocd] / tcl / interface / ftdi / xds100v2.cfg
index 860a7585d9845a31a3ed741d078b5719b26fa3da..bda87811bb434bc52e2d2660ea8a033421030ce9 100644 (file)
@@ -8,9 +8,9 @@
 #
 
 adapter driver ftdi
-ftdi_vid_pid 0x0403 0xa6d0 0x0403 0x6010
+ftdi vid_pid 0x0403 0xa6d0 0x0403 0x6010
 
-ftdi_layout_init 0x0038 0x597b
+ftdi layout_init 0x0038 0x597b
 
 #  8000 z - unused
 #  4000 0 > CPLD loopback          (all target side pins high-Z)
@@ -45,14 +45,14 @@ ftdi_layout_init 0x0038 0x597b
 # changing the USB configuration to zero.)
 #
 
-ftdi_layout_signal nTRST -data 0x0010
-ftdi_layout_signal nSRST -oe 0x0100
-ftdi_layout_signal EMU_EN -data 0x0020
-ftdi_layout_signal EMU0 -oe 0x0040
-ftdi_layout_signal EMU1 -oe 0x1000
-ftdi_layout_signal PWR_RST -data 0x0800
-ftdi_layout_signal LOOPBACK -data 0x4000
+ftdi layout_signal nTRST -data 0x0010
+ftdi layout_signal nSRST -oe 0x0100
+ftdi layout_signal EMU_EN -data 0x0020
+ftdi layout_signal EMU0 -oe 0x0040
+ftdi layout_signal EMU1 -oe 0x1000
+ftdi layout_signal PWR_RST -data 0x0800
+ftdi layout_signal LOOPBACK -data 0x4000
 
-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"
+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"
 # note: rising edge on PWR_RST is also needed after power-cycling the
 # target