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 <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5283
Reviewed-by: Marc Schink <dev@zapb.de>
Tested-by: jenkins
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
This commit is contained in:
Antonio Borneo
2019-08-23 15:49:58 +02:00
committed by Oleksij Rempel
parent 291d1511aa
commit 2aa2ed1d8a
111 changed files with 111 additions and 111 deletions

View File

@@ -7,7 +7,7 @@
# openocd does not currently support the on-board USB Blaster II.
# Install the JTAG header and use a USB Blaster instead.
interface usb_blaster
adapter driver usb_blaster
source [find target/altera_fpgasoc.cfg]

View File

@@ -7,7 +7,7 @@
# https://github.com/bvanheu/urjtag-ad/commit/8bd883ee01d134f94b79cbbd00df42cd03bafd71
#
interface ftdi
adapter driver ftdi
ftdi_device_desc "Digilent USB Device"
ftdi_vid_pid 0x0403 0x6014

View File

@@ -1,6 +1,6 @@
# JTAG for the STM32F4x chip used on the Gumstix AeroCore is available on
# the first interface of a Quad FTDI chip. nTRST is bit 4.
interface ftdi
adapter driver ftdi
ftdi_vid_pid 0x0403 0x6011
ftdi_layout_init 0x0000 0x001b

View File

@@ -1,4 +1,4 @@
interface ftdi
adapter driver ftdi
ftdi_device_desc "Quad RS232-HS"
ftdi_vid_pid 0x0403 0x6011
ftdi_channel 0

View File

@@ -14,7 +14,7 @@
# | DISP0_DAT17 | FPGA_TMS | 5-11 | 139 | TMS |
# +-------------+--------------+------+-------+---------+
interface sysfsgpio
adapter driver sysfsgpio
transport select jtag

View File

@@ -7,7 +7,7 @@
# Programming while powering via USB may lead to programming failure.
# Therefore, prefer external power supply.
interface ftdi
adapter driver ftdi
ftdi_device_desc "Mimas Artix 7 FPGA Module"
ftdi_vid_pid 0x2a19 0x1009

View File

@@ -1,7 +1,7 @@
# Intel Quark microcontroller D2000 Reference Board (web search for doc num 333582)
# the board has an onboard FTDI FT232H chip
interface ftdi
adapter driver ftdi
ftdi_vid_pid 0x0403 0x6014
ftdi_channel 0

View File

@@ -10,7 +10,7 @@
# Sayma AMC is usually combined with Sayma RTM (rear transition module)
# which features an Artix 7 FPGA.
interface ftdi
adapter driver ftdi
ftdi_device_desc "Quad RS232-HS"
ftdi_vid_pid 0x0403 0x6011
ftdi_channel 0

View File

@@ -1,6 +1,6 @@
adapter_khz 10000
interface ftdi
adapter driver ftdi
ftdi_device_desc "Dual RS232-HS"
ftdi_vid_pid 0x0403 0x6010

View File

@@ -4,7 +4,7 @@
# http://www.altera.com/literature/ug/ug_usb_blstr.pdf
#
interface usb_blaster
adapter driver usb_blaster
usb_blaster_lowlevel_driver ftdi
# These are already the defaults.
# usb_blaster_vid_pid 0x09FB 0x6001

View File

@@ -2,7 +2,7 @@
# Altera USB-Blaster II
#
interface usb_blaster
adapter driver usb_blaster
usb_blaster_vid_pid 0x09fb 0x6010 0x09fb 0x6810
usb_blaster_lowlevel_driver ublast2
usb_blaster_firmware /path/to/quartus/blaster_6810.hex

View File

@@ -4,5 +4,5 @@
# http://www.olimex.com/dev/arm-jtag-ew.html
#
interface arm-jtag-ew
adapter driver arm-jtag-ew

View File

@@ -4,6 +4,6 @@
# TODO: URL?
#
interface at91rm9200
adapter driver at91rm9200
at91rm9200_device rea_ecr

View File

@@ -4,7 +4,7 @@
# http://dangerousprototypes.com/bus-pirate-manual/
#
interface buspirate
adapter driver buspirate
# you need to specify port on which BP lives
#buspirate_port /dev/ttyUSB0

View File

@@ -4,6 +4,6 @@
# http://www.amontec.com/chameleon.shtml
#
interface parport
adapter driver parport
parport_cable chameleon

View File

@@ -4,7 +4,7 @@
# http://www.keil.com/support/man/docs/dapdebug/
#
interface cmsis-dap
adapter driver cmsis-dap
# Optionally specify the serial number of CMSIS-DAP usb device.
#cmsis_dap_serial 02200201E6661E601B98E3B9

View File

@@ -2,5 +2,5 @@
# Dummy interface (for testing purposes)
#
interface dummy
adapter driver dummy

View File

@@ -4,4 +4,4 @@
# http://code.google.com/p/estick-jtag/
#
interface opendous
adapter driver opendous

View File

@@ -11,6 +11,6 @@ if { [info exists PARPORTADDR] } {
set _PARPORTADDR 0
}
interface parport
adapter driver parport
parport_port $_PARPORTADDR
parport_cable flashlink

View File

@@ -1,2 +1,2 @@
interface ft232r
adapter driver ft232r
adapter_khz 1000

Some files were not shown because too many files have changed in this diff Show More