aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2021-10-08 12:37:19 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2021-11-28 11:01:16 +0000
commitc6460ea36d7eeaf4a0fe4fb1a4c65bb21547afbe (patch)
treeb75d0d69e5ddab574b49d66b9e47e2b57394e7a6 /doc
parentad18c1a47fb8f3eaae66a7314700a1f186391359 (diff)
downloadriscv-openocd-c6460ea36d7eeaf4a0fe4fb1a4c65bb21547afbe.zip
riscv-openocd-c6460ea36d7eeaf4a0fe4fb1a4c65bb21547afbe.tar.gz
riscv-openocd-c6460ea36d7eeaf4a0fe4fb1a4c65bb21547afbe.tar.bz2
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
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi12
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 58e533f..19ec31b 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -2371,9 +2371,7 @@ This command is only available if your libusb1 is at least version 1.0.16.
Specifies the @var{serial_string} of the adapter to use.
If this command is not specified, serial strings are not checked.
Only the following adapter drivers use the serial string from this command:
-cmsis_dap, ft232r, ftdi, jlink, kitprog, presto, vsllink, xds110.
-The following adapters have their own command to specify the serial string:
-hla, st-link.
+cmsis_dap, ft232r, ftdi, hla, jlink, kitprog, presto, st-link, vsllink, xds110.
@end deffn
@section Interface Drivers
@@ -3040,10 +3038,6 @@ version reported is V2.J21.S4.
Currently Not Supported.
@end deffn
-@deffn {Config Command} {hla_serial} serial
-Specifies the serial number of the adapter.
-@end deffn
-
@deffn {Config Command} {hla_layout} (@option{stlink}|@option{icdi}|@option{nulink})
Specifies the adapter layout to use.
@end deffn
@@ -3092,10 +3086,6 @@ ST-LINK server software module}.
@emph{Note:} ST-Link TCP server does not support the SWIM transport.
@end deffn
-@deffn {Config Command} {st-link serial} serial
-Specifies the serial number of the adapter.
-@end deffn
-
@deffn {Config Command} {st-link vid_pid} [vid pid]+
Pairs of vendor IDs and product IDs of the device.
@end deffn