aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/at91sam3.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-21Fix Sam3u flash bank 1 issueolivier Schonken1-2/+3
2011-03-30at91sam3: Modified cidr comparisson to ignore version bitsOlivier Schonken1-1/+2
2011-03-17Fix a bunch of typos.Uwe Hermann1-1/+1
2011-01-26Fixed small mistakes in at91sam3 info commandThomas Schmid1-1/+3
2011-01-09nit: more LOG_* \n fixesEric Wetzel1-31/+31
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel1-4/+4
2010-12-29warning: fix warning where GCC didn't catch a doubly declared global structureØyvind Harboe1-1/+1
2010-11-17FLASH/NOR: Remove useless file at91sam3.hAntonio Borneo1-1/+2
2010-09-20warnings: fix alignment warningsØyvind Harboe1-2/+2
2010-06-25at91sam3s* supportOlaf Lüke1-15/+328
2010-06-17nor/at91sam3: replace helper membufAntonio Borneo1-87/+39
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver1-3/+1
2010-01-29NOR: cleanup driver declsDavid Brownell1-12/+12
2010-01-09src/flash/nor: usage/help/doc updatesDavid Brownell1-11/+14
2009-12-04remove target.h from flash.hZachary T Welch1-6/+2
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch1-1/+1
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-12-03change #include "membuf.h" to <helper/membuf.h>Zachary T Welch1-1/+1
2009-12-02move nor drivers to src/flash/norZachary T Welch1-0/+2516