This is an automated email from Gerrit.

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

-- gerrit

commit 7143f374ae18673be9bafcbc1ca1371fb70f137e
Author: Karl Palsson <[email protected]>
Date:   Fri Feb 17 10:38:26 2017 +0000

    udev: Add rules for Ambiq Micro EVK's.
    
    Udev rules for Ambiq Micro ftdi based EVK's.
    Two new vid:pid's: 2AEC:6010, and 2AEC:6011.
    
    Udev rule for multi-target Debug board 2AEC:1106
    
    Change-Id: Id7430d0c70647752375230f4024be9f7a2ba95ce
    Signed-off-by: Rick Foos <[email protected]>
    Signed-off-by: Karl Palsson <[email protected]>

diff --git a/contrib/60-openocd.rules b/contrib/60-openocd.rules
index 3da1f73..3597c95 100644
--- a/contrib/60-openocd.rules
+++ b/contrib/60-openocd.rules
@@ -122,6 +122,11 @@ ATTRS{idVendor}=="1781", ATTRS{idProduct}=="0c63", 
MODE="660", GROUP="plugdev",
 # TI/Luminary Stellaris In-Circuit Debug Interface (ICDI) Board
 ATTRS{idVendor}=="1cbe", ATTRS{idProduct}=="00fd", MODE="660", 
GROUP="plugdev", TAG+="uaccess"
 
+# Ambiq Micro EVK and Debug boards.
+ATTRS{idVendor}=="2aec", ATTRS{idProduct}=="6010", MODE="664", 
GROUP="plugdev", TAG+="uaccess"
+ATTRS{idVendor}=="2aec", ATTRS{idProduct}=="6011", MODE="664", 
GROUP="plugdev", TAG+="uaccess"
+ATTRS{idVendor}=="2aec", ATTRS{idProduct}=="1106", MODE="664", 
GROUP="plugdev", TAG+="uaccess"
+
 # Marvell Sheevaplug
 ATTRS{idVendor}=="9e88", ATTRS{idProduct}=="9e8f", MODE="660", 
GROUP="plugdev", TAG+="uaccess"
 

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to