tcl: Adapt config files to new ftdi command syntax
[fw/openocd] / tcl / interface / ftdi / dp_busblaster.cfg
index 86ab4d8408588a7a9b6fd50c787ea3fc997bcbb7..420f788d2f3d8a4e0f7ce616c3e8fee467213002 100644 (file)
@@ -12,9 +12,9 @@ echo "Info : If you need SWD support, flash KT-Link buffer from https://github.c
 and use dp_busblaster_kt-link.cfg instead"
 
 adapter driver ftdi
-ftdi_device_desc "Dual RS232-HS"
-ftdi_vid_pid 0x0403 0x6010
+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
+ftdi layout_init 0x0c08 0x0f1b
+ftdi layout_signal nTRST -data 0x0100 -noe 0x0400
+ftdi layout_signal nSRST -data 0x0200 -noe 0x0800