diff options
author | Morgan Quigley <morgan@osrfoundation.org> | 2015-09-06 11:31:09 -0700 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2015-11-10 20:27:09 +0000 |
commit | 42c24acebd23d758c543c9bf2c2b97bdbd083c35 (patch) | |
tree | 30dccab39bf298080a5de74fc973b22eae02e494 /doc/openocd.texi | |
parent | d85207c8e536bcf1e2a6f9396f3813f4ee3a867a (diff) |
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>
Diffstat (limited to 'doc/openocd.texi')
-rw-r--r-- | doc/openocd.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 76c9766c..655a3537 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5068,6 +5068,13 @@ Command is used internally in event event reset-deassert-post. @end deffn @end deffn +@deffn {Flash Driver} atsamv +@cindex atsamv +All members of the ATSAMV, ATSAMS, and ATSAME families from +Atmel include internal flash and use ARM's Cortex-M7 core. +This driver uses the same cmd names/syntax as @xref{at91sam3}. +@end deffn + @deffn {Flash Driver} at91sam7 All members of the AT91SAM7 microcontroller family from Atmel include internal flash and use ARM7TDMI cores. The driver automatically |