tcl/target: stm32[fl]4x: document the settings for trace
[fw/openocd] / tcl / interface / ftdi / iotlab-usb.cfg
index fbbad0c86a81f14113138623cdf6e708e8cfa4dc..b7a004e8486d8fdb1f42a2a85759bf51c5f932a6 100644 (file)
@@ -1,11 +1,13 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # This is the integrated adapter as found on the IoT-LAB boards
 # https://github.com/iot-lab/iot-lab/wiki
 #
 
-interface ftdi
-ftdi_vid_pid 0x0403 0x6010
+adapter driver ftdi
+ftdi vid_pid 0x0403 0x6010
 
-ftdi_layout_init 0x0008 0x000b
-ftdi_layout_signal nTRST -data 0x0010 -oe 0x0010
-ftdi_layout_signal nSRST -data 0x0040 -oe 0x0040
+ftdi layout_init 0x0008 0x000b
+ftdi layout_signal nTRST -data 0x0010 -oe 0x0010
+ftdi layout_signal nSRST -data 0x0040 -oe 0x0040