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/2774
-- gerrit commit 915f97b28de06366a510f719873d619a5fde95ac Author: Kyle Manna <[email protected]> Date: Sun May 17 11:11:15 2015 -0700 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 <[email protected]> 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" -- ------------------------------------------------------------------------------ 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
