From 2aa2ed1d8a3c489b0b7c1590e91f9989f2c42fb6 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Fri, 23 Aug 2019 15:49:58 +0200 Subject: tcl: replace command "interface" with "adapter driver" Avoid annoying "deprecated" messages while running the scripts distributed with OpenOCD code. Change automatically created with command sed -i 's/^interface /adapter driver /' $(find tcl/ -type f) Change-Id: I2291dfb96e164beecbeb3366ce83f9df2ad6c197 Signed-off-by: Antonio Borneo Reviewed-on: http://openocd.zylin.com/5283 Reviewed-by: Marc Schink Tested-by: jenkins Reviewed-by: Oleksij Rempel --- tcl/interface/usbprog.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcl/interface/usbprog.cfg') diff --git a/tcl/interface/usbprog.cfg b/tcl/interface/usbprog.cfg index b4f0da32..f65c1d47 100644 --- a/tcl/interface/usbprog.cfg +++ b/tcl/interface/usbprog.cfg @@ -4,7 +4,7 @@ # http://embedded-projects.net/index.php?page_id=135 # -interface usbprog +adapter driver usbprog # USBprog is broken w/short TMS sequences, this is a workaround # until the C code can be fixed. tms_sequence long -- cgit v1.2.3-18-g5258