tcl/interface: replace last deprecated commands
Still some config file uses deprecated commands. Replace them with the new commands. Change-Id: I6ccbfb832e0ad2012e9af160bd2d92ad104af2bb Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7181 Tested-by: jenkins
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
#
|
||||
|
||||
adapter driver ftdi
|
||||
ftdi_vid_pid 0x0403 0x6010
|
||||
# Specify "ftdi_serial <identifier>" here as needed
|
||||
ftdi vid_pid 0x0403 0x6010
|
||||
# Specify "adapter serial <identifier>" here as needed
|
||||
|
||||
ftdi_layout_init 0x0010 0x007b
|
||||
ftdi_layout_signal nTRST -data 0x0010
|
||||
ftdi_layout_signal nSRST -ndata 0x0020
|
||||
ftdi layout_init 0x0010 0x007b
|
||||
ftdi layout_signal nTRST -data 0x0010
|
||||
ftdi layout_signal nSRST -ndata 0x0020
|
||||
|
||||
Reference in New Issue
Block a user