jtag/jlink: switch to command 'adapter serial'
authorAntonio Borneo <borneo.antonio@gmail.com>
Fri, 8 Oct 2021 09:53:56 +0000 (11:53 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 28 Nov 2021 11:00:55 +0000 (11:00 +0000)
commitad18c1a47fb8f3eaae66a7314700a1f186391359
tree0281335833c290c7e49966f1ab7bfdd8e5943f02
parent61a2f3284b984abee0ffd1166ecd79a0ea82976e
jtag/jlink: switch to command 'adapter serial'

The driver jlink defines the command 'jlink serial' to specify the
serial string of the adapter.

Remove and deprecate the driver command, and use 'adapter serial'.

Note: in former code the commands 'jlink serial' and 'jlink usb'
were mutually exclusive; running one of them would invalidate the
effect of a previous execution of the other. The new code gives
priority to 'adapter serial', even if executed before 'jlink usb'.

Change-Id: I920b0c136716f459b6fd6f7da8a01a7fa1ed389f
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6656
Reviewed-by: zapb <dev@zapb.de>
Tested-by: jenkins
doc/openocd.texi
src/jtag/drivers/jlink.c
src/jtag/startup.tcl
tcl/interface/jlink.cfg