From 67f664a068238b106249bf33a77a67531bbf3b75 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Mon, 4 Nov 2013 21:24:39 +0000 Subject: 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 Reviewed-on: http://openocd.zylin.com/1625 Tested-by: jenkins --- contrib/openocd.udev | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib') 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" -- cgit v1.2.3-18-g5258