This is an automated email from Gerrit. Theodore A. Roth (tr...@openavr.org) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2513
-- gerrit commit 7ac44b655821164143540187d04568b763c9b886 Author: Theodore A. Roth <tr...@openavr.org> Date: Wed Jan 28 17:14:41 2015 -0700 jlink: Add new PID. The new PCA10031 and PCA10028 dev boards for nRF51 from NordiSemi have a built-in Segger JLink that uses the 0x1015 PID. Change-Id: I69772fb95bca7941ddfc23f7ef293f4ae6ff735d Signed-off-by: Theodore A. Roth <tr...@openavr.org> diff --git a/src/jtag/drivers/jlink.c b/src/jtag/drivers/jlink.c index ca57ae8..a2d4ba6 100644 --- a/src/jtag/drivers/jlink.c +++ b/src/jtag/drivers/jlink.c @@ -261,8 +261,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 uint32_t jlink_caps; static uint32_t jlink_hw_type; -- ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel