cfg: add initial Atmel xplained kit support
authorSpencer Oliver <spen@spen-soft.co.uk>
Mon, 4 Nov 2013 21:24:39 +0000 (21:24 +0000)
committerSpencer Oliver <spen@spen-soft.co.uk>
Thu, 9 Jan 2014 15:22:56 +0000 (15:22 +0000)
commit67f664a068238b106249bf33a77a67531bbf3b75
treea1611b30a7cbcc1cb73846ee36f862bda954878b
parentacc4bb83fd1f26a677fdc2c8ccdc7a235f877d2d
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
contrib/openocd.udev
tcl/board/atmel_sam4l8_xplained_pro.cfg [new file with mode: 0644]
tcl/board/atmel_sam4s_xplained_pro.cfg [new file with mode: 0644]
tcl/board/atmel_samd20_xplained_pro.cfg [new file with mode: 0644]
tcl/target/at91sam4XXX.cfg
tcl/target/at91sam4lXX.cfg [new file with mode: 0644]
tcl/target/at91sam4sXX.cfg
tcl/target/at91sam4sd32x.cfg
tcl/target/at91samdXX.cfg [new file with mode: 0644]