aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/at91sam3.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-05flash/nor: use default_flash_blank_check() instead of dummyTomas Vanek1-23/+1
2018-04-10flash/nor/at91sam: implement flash bank deallocation for SAM seriesTomas Vanek1-0/+17
2016-07-19Fix usage of timeval_ms()Andreas Färber1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-7/+5
2016-05-20Fix spelling of ARM CortexAndreas Färber1-1/+1
2014-04-08flash/nor/at91sam3: remove sam3_page_write_opcodesPaul Fertser1-87/+0
2014-03-29Support for sam3n0a sam3n0b sam3n00a sam3n00bAndreas Fritiofson1-1/+138
2014-03-17flash: Constify write bufferAndreas Fritiofson1-2/+2
2013-10-31Remove unnecessary castsAndreas Fritiofson1-1/+1
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-7/+7
2013-10-03flash/nor: Make info function optionalAndreas Fritiofson1-11/+0
2013-07-01at91sam3: Added support for at91sam3s8a, b and cUlf Wetzker1-0/+96
2013-07-01at91sam3: Added support for at91sam3sd8a and bUlf Wetzker1-1/+81
2013-07-01flash/nor/at91sam3: fixed lock region sizeUlf Wetzker1-5/+7
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-03-24at91sam3: Wrong PLLA frequency calculationsThomas Schmid1-2/+2
2012-10-17flash: fix at91sam3/4 driver typosSpencer Oliver1-8/+7
2012-09-07flash: fix sam3 page read/write address computation errorChuen Chou1-2/+2
2012-06-26topic: flash: description/id added for ATSAM3SD8CMike Crowe1-0/+43
2012-05-04build: remove clang unused variable increments warningsSpencer Oliver1-1/+0
2012-04-26SAM3X - Added support for at91sam3x8h-ES, fixed CIDR for ES2 and productionOlivier Schonken1-0/+43
2012-03-13topic: Added support for the SAM3X/A variantsOlivier Schonken1-16/+369
2012-03-06SAM3: Remove unused reference to SUPC registersAttila Kinali1-4/+0
2012-03-06SAM3: Add missing architecture names for SAM3S and SAM3NAttila Kinali1-0/+7
2012-03-06SAM3S: correct flash sector sizes.Attila Kinali1-18/+18
2012-02-29Fix assert to check flash programming offsetAttila Kinali1-1/+1
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-1683/+1536
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+1
2012-01-12build: remove unused variablesSpencer Oliver1-4/+0
2012-01-04Change return value on error.Mathias K1-1/+0
2011-11-10Work around silicon bug in the SAM3 family flash waitstatesAttila Kinali1-12/+58
2011-11-07at91sam3: fix warningsØyvind Harboe1-3/+6
2011-10-17Add the SAM3N familly to the chip_details tableAttila Kinali1-0/+437
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