tcl/board: add board ST nucleo-8l152r8
[fw/openocd] / tcl / board / digilent_analog_discovery.cfg
index d356fc0f49a5c71e2221313939460241b31bb30e..954e5400835bda3081b8c8ac7bc9fbe9c6b91ea6 100644 (file)
@@ -7,12 +7,12 @@
 # https://github.com/bvanheu/urjtag-ad/commit/8bd883ee01d134f94b79cbbd00df42cd03bafd71
 #
 
-interface ftdi
+adapter driver ftdi
 ftdi_device_desc "Digilent USB Device"
 ftdi_vid_pid 0x0403 0x6014
 
 ftdi_layout_init 0x8008 0x800b
 
-adapter_khz 25000
+adapter speed 25000
 
 source [find cpld/xilinx-xc6s.cfg]