openocd/tcl/interface
Antonio Borneo 095809648b tcl: fix remaining scripts after rework adapter commands
Some script have been added or modified after the patches for
reworking the adapter commands were pushed in gerrit.
Such scripts use the old command syntax and trigger a "deprecated"
warning at runtime.

Fix them with the same sed commands used for the other scripts:
	sed -i 's/^interface /adapter driver /' $(find tcl/ -type f)
	sed -i 's/adapter_khz/adapter speed/g' $(find tcl/ -type f)
	sed -i 's/adapter_nsrst_delay/adapter srst delay/g' $(find tcl/ -type f)
	sed -i 's/adapter_nsrst_assert_width/adapter srst pulse_width/g' $(find tcl/ -type f)

Change-Id: I0824d6c506a9af3eb9129b74c02a92b4eb1b100d
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5424
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
Tested-by: jenkins
2020-02-06 21:15:55 +00:00
..
ftdi tcl: Add interface config for isodebug isolated JTAG/SWD+UART 2020-02-06 21:00:44 +00:00
altera-usb-blaster.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
altera-usb-blaster2.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
arm-jtag-ew.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
at91rm9200.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
buspirate.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
calao-usb-a9260.cfg tcl: replace the deprecated commands with "adapter ..." 2020-01-29 06:34:43 +00:00
chameleon.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
cmsis-dap.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
dummy.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
estick.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
flashlink.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
ft232r.cfg tcl: replace the deprecated commands with "adapter ..." 2020-01-29 06:34:43 +00:00
imx-native.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
jlink.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
jtag_vpi.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
kitprog.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
nds32-aice.cfg tcl: replace the deprecated commands with "adapter ..." 2020-01-29 06:34:43 +00:00
opendous.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
openjtag.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
osbdm.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
parport_dlc5.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
parport.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
raspberrypi-native.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
raspberrypi2-native.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
rlink.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
stlink-dap.cfg tcl: fix remaining scripts after rework adapter commands 2020-02-06 21:15:55 +00:00
stlink-v1.cfg jtag: drivers: stlink: handle all versions with single config 2017-12-12 21:13:55 +00:00
stlink-v2-1.cfg jtag: drivers: stlink: handle all versions with single config 2017-12-12 21:13:55 +00:00
stlink-v2.cfg jtag: drivers: stlink: handle all versions with single config 2017-12-12 21:13:55 +00:00
stlink.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
sysfsgpio-raspberrypi.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
ti-icdi.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
ulink.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
usb-jtag.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
usbprog.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
vsllink.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00
xds110.cfg tcl: replace command "interface" with "adapter driver" 2020-01-29 05:36:56 +00:00