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:
committed by
Oleksij Rempel
parent
291d1511aa
commit
2aa2ed1d8a
@@ -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]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
interface ftdi
|
||||
adapter driver ftdi
|
||||
ftdi_device_desc "Quad RS232-HS"
|
||||
ftdi_vid_pid 0x0403 0x6011
|
||||
ftdi_channel 0
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# | DISP0_DAT17 | FPGA_TMS | 5-11 | 139 | TMS |
|
||||
# +-------------+--------------+------+-------+---------+
|
||||
|
||||
interface sysfsgpio
|
||||
adapter driver sysfsgpio
|
||||
|
||||
transport select jtag
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
adapter_khz 10000
|
||||
|
||||
interface ftdi
|
||||
adapter driver ftdi
|
||||
ftdi_device_desc "Dual RS232-HS"
|
||||
ftdi_vid_pid 0x0403 0x6010
|
||||
|
||||
|
||||
Reference in New Issue
Block a user