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>__archive__
parent
709f08f17a
commit
e380930478
|
@ -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…
Reference in New Issue