aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/at91sam3.c
AgeCommit message (Expand)Author
2012-01-04Change return value on error.Mathias K
2011-11-10Work around silicon bug in the SAM3 family flash waitstatesAttila Kinali
2011-11-07at91sam3: fix warningsØyvind Harboe
2011-10-17Add the SAM3N familly to the chip_details tableAttila Kinali
2011-08-21Fix Sam3u flash bank 1 issueolivier Schonken
2011-03-30at91sam3: Modified cidr comparisson to ignore version bitsOlivier Schonken
2011-03-17Fix a bunch of typos.Uwe Hermann
2011-01-26Fixed small mistakes in at91sam3 info commandThomas Schmid
2011-01-09nit: more LOG_* \n fixesEric Wetzel
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel
2010-12-29warning: fix warning where GCC didn't catch a doubly declared global structureØyvind Harboe
2010-11-17FLASH/NOR: Remove useless file at91sam3.hAntonio Borneo
2010-09-20warnings: fix alignment warningsØyvind Harboe
2010-06-25at91sam3s* supportOlaf Lüke
2010-06-17nor/at91sam3: replace helper membufAntonio Borneo
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver
2010-01-29NOR: cleanup driver declsDavid Brownell
2010-01-09src/flash/nor: usage/help/doc updatesDavid Brownell
2009-12-04remove target.h from flash.hZachary T Welch
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch
2009-12-03change #include "membuf.h" to <helper/membuf.h>Zachary T Welch
2009-12-02move nor drivers to src/flash/norZachary T Welch