]> git.sur5r.net Git - openocd/history - src/flash/nor/at91sam3.c
Fix a bunch of typos.
[openocd] / src / flash / nor / at91sam3.c
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