Browse Source

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>
tags/v0.4.0-rc2
David Brownell 14 years ago
parent
commit
e380930478
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/jtag/drivers/jlink.c

+ 4
- 0
src/jtag/drivers/jlink.c View File

@@ -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


Loading…
Cancel
Save