summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2010-02-04 10:50:24 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2010-02-04 10:50:24 -0800
commite380930478a45cc78de6b807dc6f17d0a61298b4 (patch)
treee54e0bed2fad1f5791fd9cf888118166e08fa6ce /src
parent709f08f17ad5128b86966365510dbe8f67736304 (diff)
downloadopenocd+libswd-e380930478a45cc78de6b807dc6f17d0a61298b4.tar.gz
openocd+libswd-e380930478a45cc78de6b807dc6f17d0a61298b4.tar.bz2
openocd+libswd-e380930478a45cc78de6b807dc6f17d0a61298b4.tar.xz
openocd+libswd-e380930478a45cc78de6b807dc6f17d0a61298b4.zip
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>
Diffstat (limited to 'src')
-rw-r--r--src/jtag/drivers/jlink.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jtag/drivers/jlink.c b/src/jtag/drivers/jlink.c
index 6596849e..f22ad7c6 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