diff options
Diffstat (limited to 'src/target/interface')
-rw-r--r-- | src/target/interface/openocd-usb.cfg | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/target/interface/openocd-usb.cfg b/src/target/interface/openocd-usb.cfg index 628e9e01..dbcc9f19 100644 --- a/src/target/interface/openocd-usb.cfg +++ b/src/target/interface/openocd-usb.cfg @@ -1,9 +1,9 @@ -#interface
-interface ft2232
-ft2232_vid_pid 0x0403 0x6010
-ft2232_device_desc "Dual RS232"
-ft2232_layout "oocdlink"
-ft2232_latency 2
-# 6/(1+n) Mhz TCLK
-jtag_speed 1
-
+#interface +interface ft2232 +ft2232_vid_pid 0x0403 0x6010 +ft2232_device_desc "Dual RS232" +ft2232_layout "oocdlink" +ft2232_latency 2 +# 6/(1+n) Mhz TCLK +jtag_speed 1 + |