aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/at91sam3.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src: replace the GPL and BSD-Source-Code license tagsAntonio Borneo1-53/+11
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-3/+3
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-4/+4
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-5/+5
2021-07-02flash: rename CamelCase symbolsAntonio Borneo1-440/+440
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-3/+3
2020-11-04flash: declare local symbols as staticAntonio Borneo1-1/+1
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-2/+1
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-3/+3
2020-07-08coding style: fix space separationAntonio Borneo1-1/+1
2020-07-08flash/nor/at91sam3: Use 'bool' data typeMarc Schink1-88/+88
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-9/+10
2020-05-09coding style: add missing space when split stringsAntonio Borneo1-1/+1
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-4/+0
2020-03-07src/flash/nor/at91sam3|4l|7: fix clang static analyzer warningsTomas Vanek1-1/+2
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-13/+13
2019-05-14nor/at91sam3: change prototype of get_current_sam3()Paul Fertser1-8/+8
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2019-03-27Constify struct flash_driver instancesChristopher Head1-2/+2
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