diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-02-28 20:40:47 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2011-03-02 19:04:16 +0100 |
commit | 0eed61b7c4cb31338562db426cea0d1a999e0d9f (patch) | |
tree | 76d3765ff711e38f6ca4a5f1c08924e3b5b86f29 /doc | |
parent | b992dd58f1bef87c35e942efef6070915dc74a37 (diff) | |
download | openocd+libswd-0eed61b7c4cb31338562db426cea0d1a999e0d9f.tar.gz openocd+libswd-0eed61b7c4cb31338562db426cea0d1a999e0d9f.tar.bz2 openocd+libswd-0eed61b7c4cb31338562db426cea0d1a999e0d9f.tar.xz openocd+libswd-0eed61b7c4cb31338562db426cea0d1a999e0d9f.zip |
jlink: add jlink_pid to specify the pid to use
this will allow us to use multiple jlink at the same time as when
the USB-Address is specified the PID change from 0x0101 to
(0x101 + usb_adress)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 5b123860..353daa4f 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2323,6 +2323,8 @@ Segger jlink USB adapter @c dumps status @c command: jlink hw_jtag (2|3) @c sets version 2 or 3 +@c command: jlink pid +@c set the pid of the interface we want to use @end deffn @deffn {Interface Driver} {parport} |