aboutsummaryrefslogtreecommitdiff
path: root/contrib/openocd.udev
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2013-11-04 21:24:39 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2014-01-09 15:22:56 +0000
commit67f664a068238b106249bf33a77a67531bbf3b75 (patch)
treea1611b30a7cbcc1cb73846ee36f862bda954878b /contrib/openocd.udev
parentacc4bb83fd1f26a677fdc2c8ccdc7a235f877d2d (diff)
cfg: add initial Atmel xplained kit support
These kits feature a CMSIS-DAP compliant debugger and so have been added as part of the pending support. Currently the flash drivers for the L8 and D20 are wip. One issue this implementation of CMSIS-DAP raised is that it supports 512byte HID reports, however using the current HIDAPI we have no cross platform way of querying this info. Long term we plan to add this support to HIDAPI. Change-Id: Ie8b7c871f58a099d963cd71a9f8a0105a38784e9 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1625 Tested-by: jenkins
Diffstat (limited to 'contrib/openocd.udev')
-rw-r--r--contrib/openocd.udev4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/openocd.udev b/contrib/openocd.udev
index c1e04b5f..66ec9ba1 100644
--- a/contrib/openocd.udev
+++ b/contrib/openocd.udev
@@ -101,4 +101,8 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="c251", ATTRS{idProduct}=="f002", MODE="664"
ATTRS{idVendor}=="c251", ATTRS{idProduct}=="2722", MODE="664", GROUP="plugdev"
KERNEL=="hidraw*", ATTRS{idVendor}=="c251", ATTRS{idProduct}=="2722", MODE="664", GROUP="plugdev"
+# Atmel EDBG CMSIS-DAP
+ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2111", MODE="664", GROUP="plugdev"
+KERNEL=="hidraw*", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2111", MODE="664", GROUP="plugdev"
+
LABEL="openocd_rules_end"