diff options
author | N S <nlshipp@yahoo.com> | 2024-01-21 17:45:06 -0800 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2024-02-11 23:04:13 +0000 |
commit | 3b5ef1726a4e5da657080d640e16f1f4d9dc6071 (patch) | |
tree | 26a7835eaa4b94da0e3013e91382269eef9d84d0 /doc/openocd.texi | |
parent | 79f519bb633e0d37a9b9ce4b7a1dc16aa14014cd (diff) | |
download | riscv-openocd-3b5ef1726a4e5da657080d640e16f1f4d9dc6071.zip riscv-openocd-3b5ef1726a4e5da657080d640e16f1f4d9dc6071.tar.gz riscv-openocd-3b5ef1726a4e5da657080d640e16f1f4d9dc6071.tar.bz2 |
jtag/drivers: Add vid_pid command to OpenJTAG
Enable support for USB vid and pid combinations other than 0x0403/0x6001
on OpenJTAG adapters.
Change-Id: Ibb5fb14a6f33abbc011dbf3179df20d79ed74a7a
Signed-off-by: N S <nlshipp@yahoo.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8100
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'doc/openocd.texi')
-rw-r--r-- | doc/openocd.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index e4d4dc5..a4e7c6a 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3445,6 +3445,15 @@ Currently valid @var{variant} values include: The USB device description string of the adapter. This value is only used with the standard variant. @end deffn + +@deffn {Config Command} {openjtag vid_pid} vid pid +The USB vendor ID and product ID of the adapter. If not specified, default +0x0403:0x6001 is used. +This value is only used with the standard variant. +@example +openjtag vid_pid 0x403 0x6014 +@end example +@end deffn @end deffn |