diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-02-04 10:50:24 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-02-04 10:50:24 -0800 |
commit | e380930478a45cc78de6b807dc6f17d0a61298b4 (patch) | |
tree | e54e0bed2fad1f5791fd9cf888118166e08fa6ce | |
parent | 709f08f17ad5128b86966365510dbe8f67736304 (diff) | |
download | riscv-openocd-e380930478a45cc78de6b807dc6f17d0a61298b4.zip riscv-openocd-e380930478a45cc78de6b807dc6f17d0a61298b4.tar.gz riscv-openocd-e380930478a45cc78de6b807dc6f17d0a61298b4.tar.bz2 |
JLink: reference protocol documentation
Segger publishes some documentation on this protocol;
reference it, so future maintainers can know it exists.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
-rw-r--r-- | src/jtag/drivers/jlink.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jtag/drivers/jlink.c b/src/jtag/drivers/jlink.c index 6596849..f22ad7c 100644 --- a/src/jtag/drivers/jlink.c +++ b/src/jtag/drivers/jlink.c @@ -29,6 +29,10 @@ #include <jtag/commands.h> #include "usb_common.h" +/* See Segger's public documentation: + * Reference manual for J-Link USB Protocol + * Document RM08001-R6 Date: June 16, 2009 + */ #define VID 0x1366 #define PID 0x0101 |