This is an automated email from Gerrit.

Kyle Manna ([email protected]) just uploaded a new patch set to Gerrit, which 
you can find at http://openocd.zylin.com/2775

-- gerrit

commit 04c44ce826a58d451016fefc4c1d363ecd88b143
Author: Kyle Manna <[email protected]>
Date:   Sun May 17 11:11:26 2015 -0700

    jlink: Add on-board nRF51-DK USB VID and PID
    
    * Add USB VID and PID for the J-Link interface running on the Nordic
      Semiconductor nRF51-DK.  Also tested with debug out port to debug
      external boards.
    * Elimiantes need for `-c "jlink pid 0x1015"` on the openocd cmd line.
    
    Change-Id: Ib23acb72b9f5183b76fc7dc22b556982869ae830
    Signed-off-by: Kyle Manna <[email protected]>

diff --git a/src/jtag/drivers/jlink.c b/src/jtag/drivers/jlink.c
index 0d58796..de504c8 100644
--- a/src/jtag/drivers/jlink.c
+++ b/src/jtag/drivers/jlink.c
@@ -255,8 +255,8 @@ static enum tap_state jlink_last_state = TAP_RESET;
 static struct jlink *jlink_handle;
 
 /* pid could be specified at runtime */
-static uint16_t vids[] = { 0x1366, 0x1366, 0x1366, 0x1366, 0x1366, 0 };
-static uint16_t pids[] = { 0x0101, 0x0102, 0x0103, 0x0104, 0x0105, 0 };
+static uint16_t vids[] = { 0x1366, 0x1366, 0x1366, 0x1366, 0x1366, 0x1366, 0 };
+static uint16_t pids[] = { 0x0101, 0x0102, 0x0103, 0x0104, 0x0105, 0x1015, 0 };
 
 static char *jlink_serial;
 

-- 

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to