diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2021-10-07 22:35:12 +0200 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2021-11-28 10:58:48 +0000 |
commit | c41d9f61907464add62bf9d6647a1dcd6a77cc0e (patch) | |
tree | 75b07aa2ab9b9e129b35249d3558da393c856a58 /doc | |
parent | d7b2313b5aec47e6a4a450fdf625644ca60d633d (diff) | |
download | riscv-openocd-c41d9f61907464add62bf9d6647a1dcd6a77cc0e.zip riscv-openocd-c41d9f61907464add62bf9d6647a1dcd6a77cc0e.tar.gz riscv-openocd-c41d9f61907464add62bf9d6647a1dcd6a77cc0e.tar.bz2 |
jtag/presto: switch to command 'adapter serial'
The driver presto defines the command 'presto serial' to specify
the serial string of the adapter.
Remove and deprecate the driver command, and use 'adapter serial'.
Change-Id: I1a69acce7d4910082d2029d5941ae84f9424314c
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6653
Tested-by: jenkins
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index c36047f..1e2524c 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2371,9 +2371,9 @@ 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, kitprog. +cmsis_dap, ft232r, ftdi, kitprog, presto. The following adapters have their own command to specify the serial string: -hla, jlink, presto, st-link, vsllink, xds110. +hla, jlink, st-link, vsllink, xds110. @end deffn @section Interface Drivers @@ -3010,9 +3010,6 @@ parport cable wiggler @deffn {Interface Driver} {presto} ASIX PRESTO USB JTAG programmer. -@deffn {Config Command} {presto serial} serial_string -Configures the USB serial number of the Presto device to use. -@end deffn @end deffn @deffn {Interface Driver} {rlink} |