]> git.sur5r.net Git - openocd/commit
flash: driver for Atmel SAMV, SAMS, and SAME
authorMorgan Quigley <morgan@osrfoundation.org>
Sun, 6 Sep 2015 18:31:09 +0000 (11:31 -0700)
committerSpencer Oliver <spen@spen-soft.co.uk>
Tue, 10 Nov 2015 20:27:09 +0000 (20:27 +0000)
commit42c24acebd23d758c543c9bf2c2b97bdbd083c35
tree30dccab39bf298080a5de74fc973b22eae02e494
parentd85207c8e536bcf1e2a6f9396f3813f4ee3a867a
flash: driver for Atmel SAMV, SAMS, and SAME

This is a driver for the Atmel Cortex-M7 SAMV, SAMS, and SAME.
I started with the at91sam4.c driver and then restructured it
significantly to try to simplify it and limit the functionality
to just a flash driver, as well as to comply with the style guide.

Change-Id: I5340bf61f067265b8ebabd3adad45be45324b707
Signed-off-by: Morgan Quigley <morgan@osrfoundation.org>
Reviewed-on: http://openocd.zylin.com/2952
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
doc/openocd.texi
src/flash/nor/Makefile.am
src/flash/nor/atsamv.c [new file with mode: 0644]
src/flash/nor/drivers.c
tcl/target/atsamv.cfg