Skip to content
Snippets Groups Projects
Commit e3809304 authored by David Brownell's avatar David Brownell
Browse files

JLink: reference protocol documentation


Segger publishes some documentation on this protocol;
reference it, so future maintainers can know it exists.

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
parent 709f08f1
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,10 @@ ...@@ -29,6 +29,10 @@
#include <jtag/commands.h> #include <jtag/commands.h>
#include "usb_common.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 VID 0x1366
#define PID 0x0101 #define PID 0x0101
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment