aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorKyle Manna <kyle@kylemanna.com>2015-05-17 11:11:15 -0700
committerSpencer Oliver <spen@spen-soft.co.uk>2015-08-06 13:08:10 +0100
commit6f1f5703beb3c8f6d6aa68e15ed3d2d7bc58959b (patch)
tree992823d21aedf02abe65a8b7ea6d290e55afaccf /contrib
parent4517bcbd354206e2a9d132f80919617181059953 (diff)
downloadriscv-openocd-6f1f5703beb3c8f6d6aa68e15ed3d2d7bc58959b.zip
riscv-openocd-6f1f5703beb3c8f6d6aa68e15ed3d2d7bc58959b.tar.gz
riscv-openocd-6f1f5703beb3c8f6d6aa68e15ed3d2d7bc58959b.tar.bz2
udev: Add J-Link on-board nRF51-DK
* 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. * Fixes permissions problems. Change-Id: I01ffc3150fa2af92d399b50e0195dc255a40ec42 Signed-off-by: Kyle Manna <kyle@kylemanna.com> Reviewed-on: http://openocd.zylin.com/2774 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/99-openocd.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/99-openocd.rules b/contrib/99-openocd.rules
index d810fca..154b09f 100644
--- a/contrib/99-openocd.rules
+++ b/contrib/99-openocd.rules
@@ -82,6 +82,7 @@ ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0104", MODE="664", GROUP="plugdev"
# J-Link-OB (onboard)
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0105", MODE="664", GROUP="plugdev"
+ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1015", MODE="664", GROUP="plugdev"
# Raisonance RLink
ATTRS{idVendor}=="138e", ATTRS{idProduct}=="9000", MODE="664", GROUP="plugdev"