aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2021-10-07 22:25:27 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2021-11-28 10:56:16 +0000
commit52b94977243b500b2f6c051710dc8d88fdab78a0 (patch)
tree82590d16ef1e9ed3daf3fd25eddd931192c9f56e /doc
parent248161cbf47af9f7fc8c00b5efa79a1ff8e65848 (diff)
downloadriscv-openocd-52b94977243b500b2f6c051710dc8d88fdab78a0.zip
riscv-openocd-52b94977243b500b2f6c051710dc8d88fdab78a0.tar.gz
riscv-openocd-52b94977243b500b2f6c051710dc8d88fdab78a0.tar.bz2
jtag/ft232r: switch to command 'adapter serial'
The driver ft232r defines the command 'ft232r serial_desc' to specify the serial string of the adapter. Remove and deprecate the driver command, and use 'adapter serial'. Change-Id: I0bd909923a668420604fed3c9f6a260716b044c7 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/6650 Tested-by: jenkins
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi10
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 4ce6e04..2891f35 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.
+cmsis_dap, ft232r.
The following adapters have their own command to specify the serial string:
-ft232r, ftdi, hla, jlink, kitprog, presto, st-link, vsllink, xds110.
+ftdi, hla, jlink, kitprog, presto, st-link, vsllink, xds110.
@end deffn
@section Interface Drivers
@@ -2641,12 +2641,6 @@ The vendor ID and product ID of the adapter. If not specified, default
0x0403:0x6001 is used.
@end deffn
-@deffn {Config Command} {ft232r serial_desc} @var{serial}
-Specifies the @var{serial} of the adapter to use, in case the
-vendor provides unique IDs and more than one adapter is connected to
-the host. If not specified, serial numbers are not considered.
-@end deffn
-
@deffn {Config Command} {ft232r jtag_nums} @var{tck} @var{tms} @var{tdi} @var{tdo}
Set four JTAG GPIO numbers at once.
If not specified, default 0 3 1 2 or TXD CTS RXD RTS is used.