tcl/stm32l5x|u5x: refactor common tcl code
[fw/openocd] / tcl / interface / ftdi / ngxtech.cfg
index 9eaa3c5bc69d6fe4fa1c8f63080c9408c5df35ef..962f25baae7bc61319f4d3472a74936408ad4ab3 100644 (file)
@@ -10,10 +10,10 @@ echo "interface uses the same layout as configs that were verified. Please repor
 echo "experience with this file to openocd-devel mailing list, so it could be marked"
 echo "as working or fixed."
 
-interface ftdi
-ftdi_device_desc "NGX JTAG"
-ftdi_vid_pid 0x0403 0x6010
+adapter driver ftdi
+ftdi device_desc "NGX JTAG"
+ftdi vid_pid 0x0403 0x6010
 
-ftdi_layout_init 0x0508 0x0f1b
-ftdi_layout_signal nTRST -data 0x0200 -noe 0x0100
-ftdi_layout_signal nSRST -data 0x0800 -noe 0x0400
+ftdi layout_init 0x0508 0x0f1b
+ftdi layout_signal nTRST -data 0x0200 -noe 0x0100
+ftdi layout_signal nSRST -data 0x0800 -noe 0x0400