jtag/hla, jtag/stlink: switch to command 'adapter serial'
authorAntonio Borneo <borneo.antonio@gmail.com>
Fri, 8 Oct 2021 10:37:19 +0000 (12:37 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 28 Nov 2021 11:01:16 +0000 (11:01 +0000)
commitc6460ea36d7eeaf4a0fe4fb1a4c65bb21547afbe
treeb75d0d69e5ddab574b49d66b9e47e2b57394e7a6
parentad18c1a47fb8f3eaae66a7314700a1f186391359
jtag/hla, jtag/stlink: switch to command 'adapter serial'

The driver hla defines the command 'hla_serial' to specify the
serial string of the adapter.
The driver st-link defines the command 'st-link serial' to specify
the serial string of the adapter.

Remove and deprecate the driver commands and use 'adapter serial'.

Change-Id: I9505c398a77125b1ebf4ba71da7baf4d663b75be
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6657
Tested-by: jenkins
doc/openocd.texi
src/jtag/drivers/nulink_usb.c
src/jtag/drivers/stlink_usb.c
src/jtag/drivers/ti_icdi_usb.c
src/jtag/hla/hla_interface.c
src/jtag/hla/hla_interface.h
src/jtag/startup.tcl
tcl/interface/stlink-dap.cfg
tcl/interface/stlink.cfg
tcl/interface/ti-icdi.cfg