aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2021-10-19 13:09:25 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2021-11-28 11:01:32 +0000
commit1d1386e31ed47dcdd9b433b810b27a0f28928bc7 (patch)
tree882dc90f84974fbe0c9d63d399d11a9628a9fa20 /doc
parentc6460ea36d7eeaf4a0fe4fb1a4c65bb21547afbe (diff)
downloadriscv-openocd-1d1386e31ed47dcdd9b433b810b27a0f28928bc7.zip
riscv-openocd-1d1386e31ed47dcdd9b433b810b27a0f28928bc7.tar.gz
riscv-openocd-1d1386e31ed47dcdd9b433b810b27a0f28928bc7.tar.bz2
drivers: call adapter_get_required_serial() in jtag_libusb_open()
Now that adapter serial is handled independently from the adapter drivers, move inside jtag_libusb_open() the call to adapter_get_required_serial(), so every adapter that uses libusb will automagically get USB serial support. Extend the documentation to list the adapters involved. Change-Id: I75b3482d38f8ed3418329f3106c5e8b689fd460b Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/6663 Tested-by: jenkins
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 19ec31b..3373281 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -2371,7 +2371,8 @@ 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, hla, jlink, kitprog, presto, st-link, vsllink, xds110.
+aice (aice_usb), arm-jtag-ew, cmsis_dap, ft232r, ftdi, hla (stlink, ti-icdi), jlink, kitprog, opendus,
+openjtag, osbdm, presto, rlink, st-link, usb_blaster (ublast2), usbprog, vsllink, xds110.
@end deffn
@section Interface Drivers