flash: fix sam3 page read/write address computation error
[fw/openocd] / src / flash / nor / at91sam3.c
2012-09-07 Chuen Chouflash: fix sam3 page read/write address computation...
2012-06-26 Mike Crowetopic: flash: description/id added for ATSAM3SD8C
2012-05-04 Spencer Oliverbuild: remove clang unused variable increments warnings
2012-04-26 Olivier SchonkenSAM3X - Added support for at91sam3x8h-ES, fixed CIDR...
2012-03-13 Olivier Schonkentopic: Added support for the SAM3X/A variants
2012-03-06 Attila KinaliSAM3: Remove unused reference to SUPC registers
2012-03-06 Attila KinaliSAM3: Add missing architecture names for SAM3S and...
2012-03-06 Attila KinaliSAM3S: correct flash sector sizes.
2012-02-29 Attila KinaliFix assert to check flash programming offset
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2012-01-12 Spencer Olivercmd: add missing usage var
2012-01-12 Spencer Oliverbuild: remove unused variables
2012-01-04 Mathias KChange return value on error.
2011-11-10 Attila KinaliWork around silicon bug in the SAM3 family flash waitstates
2011-11-07 Øyvind Harboeat91sam3: fix warnings
2011-10-17 Attila KinaliAdd the SAM3N familly to the chip_details table
2011-08-21 olivier SchonkenFix Sam3u flash bank 1 issue
2011-03-30 Olivier Schonkenat91sam3: Modified cidr comparisson to ignore version...
2011-03-17 Uwe HermannFix a bunch of typos.
2011-01-26 Thomas SchmidFixed small mistakes in at91sam3 info command
2011-01-09 Eric Wetzelnit: more LOG_* \n fixes
2011-01-05 Eric Wetzelnit: do not add \n at end of LOG_ERROR
2010-12-29 Øyvind Harboewarning: fix warning where GCC didn't catch a doubly...
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file at91sam3.h
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-06-25 Olaf Lükeat91sam3s* support
2010-06-17 Antonio Borneonor/at91sam3: replace helper membuf
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-02-28 Spencer OliverARMv7M: use software breakpoints for algorithms
2010-01-29 David BrownellNOR: cleanup driver decls
2010-01-09 David Brownellsrc/flash/nor: usage/help/doc updates
2009-12-05 Zachary T Welchremove target.h from flash.h
2009-12-03 Zachary T Welchchange #include "flash.h" to <flash/flash.h>
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-03 Zachary T Welchchange #include "membuf.h" to <helper/membuf.h>
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor