tcl: remove remaining deprecated commands

There are still few adapter_khz, ftdi_location, jtag_nsrst_delay
and xds110_serial strolling around ...

Change-Id: I3e8503dcc3875e3c92e6536f3d455a5e448d51ff
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6270
Tested-by: jenkins
This commit is contained in:
Antonio Borneo 2021-05-21 18:01:59 +02:00
parent 240943c65a
commit 30f3a2a650
7 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@
# https://raw.githubusercontent.com/dergraaf/busblaster_v4/master/ktlink/ktlink.svf
#
# To reprogram the on-board CPLD do:
# openocd -f board/dp_busblaster_v4.cfg -c "adapter_khz 1000; init; svf <path_to_svf>; shutdown"
# openocd -f board/dp_busblaster_v4.cfg -c "adapter speed 1000; init; svf <path_to_svf>; shutdown"
#
source [find interface/ftdi/dp_busblaster.cfg]

View File

@ -19,7 +19,7 @@ adapter speed 3000
jtag_rclk 1000
$_TARGETNAME configure -event "reset-start" { jtag_rclk 1000 }
#jtag_nsrst_delay 200
#adapter srst delay 200
#jtag_ntrst_delay 200
$_TARGETNAME configure -event "reset-assert" {

View File

@ -3,7 +3,7 @@ ftdi_device_desc "Quad RS232-HS"
ftdi_vid_pid 0x0403 0x6011
ftdi_channel 0
ftdi_layout_init 0x0008 0x000b
# ftdi_location 1:8
# adapter usb location 1:8
reset_config none
transport select jtag

View File

@ -4,7 +4,7 @@
# ADP-Corvette-F1 R2.0
# http://www.andestech.com/en/products-solutions/andeshape-platforms/corvette-f1-r2/
adapter_khz 10000
adapter speed 10000
adapter driver ftdi
ftdi_device_desc "Dual RS232-HS"

View File

@ -15,7 +15,7 @@ ftdi_device_desc "Quad RS232-HS"
ftdi_vid_pid 0x0403 0x6011
ftdi_channel 0
# Use this to distinguish multiple boards by topology
#ftdi_location 5:1
#adapter usb location 5:1
# sampling on falling edge generally seems to work and accelerates things but
# is not fully tested
#ftdi_tdo_sample_edge falling

View File

@ -9,7 +9,7 @@
#
source [find interface/ftdi/snps_sdp.cfg]
adapter_khz 10000
adapter speed 10000
# ARCs supports only JTAG.
transport select jtag

View File

@ -9,4 +9,4 @@ adapter driver xds110
# Use serial number option to use a specific XDS110
# when more than one are connected to the host.
#xds110_serial 00000000
#xds110 serial 00000000