tcl: add lattice ECP5 family support
[fw/openocd] / tcl / interface / ftdi / dp_busblaster.cfg
index 4ff9dc8036ee31470117a809ba345801e317df3a..420f788d2f3d8a4e0f7ce616c3e8fee467213002 100644 (file)
@@ -8,10 +8,13 @@
 # http://dangerousprototypes.com/docs/Bus_Blaster
 #
 
-interface ftdi
-ftdi_device_desc "Dual RS232-HS"
-ftdi_vid_pid 0x0403 0x6010
+echo "Info : If you need SWD support, flash KT-Link buffer from https://github.com/bharrisau/busblaster
+and use dp_busblaster_kt-link.cfg instead"
 
-ftdi_layout_init 0x0c08 0x0f1b
-ftdi_layout_signal nTRST -data 0x0100 -noe 0x0400
-ftdi_layout_signal nSRST -data 0x0200 -noe 0x0800
+adapter driver ftdi
+ftdi device_desc "Dual RS232-HS"
+ftdi vid_pid 0x0403 0x6010
+
+ftdi layout_init 0x0c08 0x0f1b
+ftdi layout_signal nTRST -data 0x0100 -noe 0x0400
+ftdi layout_signal nSRST -data 0x0200 -noe 0x0800