aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/at91sam4.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src: replace the GPL and BSD-Source-Code license tagsAntonio Borneo1-53/+12
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-3/+3
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-5/+5
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-5/+5
2021-07-02flash: rename CamelCase symbolsAntonio Borneo1-439/+439
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-9/+6
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo1-0/+3
2020-10-14flash/nor/at91sam4: ATSAMG55x19 Rev.BBenedikt-Alexander Mokroß1-2/+70
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-2/+2
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-08flash/nor/at91sam4: Use 'bool' data typeMarc Schink1-132/+132
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-17/+17
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
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-13/+13
2019-05-14nor/at91sam4: change prototype of get_current_sam4()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
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-2/+4
2018-08-21flash/at91sam4: fix clang static analyzer warningTomas Vanek1-1/+2
2018-08-21flash/at91sam4: set wait states only once per writeTomas Vanek1-9/+22
2018-08-21flash/at91sam4: emit flash bank infoTomas Vanek1-2/+24
2018-08-21flash/at91sam4: run probe just onceTomas Vanek1-8/+14
2018-07-18flash/nor/at91sam4: fix sam4sa16c flash banks and its gpnvms countErwin Oegema1-44/+37
2018-04-10flash/nor/at91sam: implement flash bank deallocation for SAM seriesTomas Vanek1-0/+17
2017-06-17flash/nor/at91sam4: remove FWS=6, rename at91samg to atsamgTomas Vanek1-11/+11
2017-04-24Add support for the ATMEL SAM G55 Xplained Pro board and CPU.Jerome Lambourg1-0/+70
2016-12-08at91sam4: Add missing SAM4S family CHIPIDs and remove FWS=6.Owen Kirby1-17/+275
2016-12-08at91sam4: Add flash description and chipid for SAM4Cxx variants.Owen Kirby1-4/+195
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-3/+3
2016-02-29at91sam4 Flash: Added identification of atsam4n'sColin Helliwell1-0/+167
2015-08-06flash : Add support for Atmel at91sam4sa16bEvan Hunter1-0/+33
2015-04-14Added Atmel SAM4SA16C chip (chip ID 0x28a70ce0).Patrick Noffke1-0/+44
2015-01-15flash: add AT91SAM4SD16C deviceJörg Wunsch1-0/+44
2014-11-24at91sam4: Adding support for the AT91SAM4S4A.Thomas Schmid1-0/+34
2014-06-18flash/nor/at91sam4: add SAM4E16 supportMarco Cruz1-1/+38
2014-03-17flash: Constify write bufferAndreas Fritiofson1-2/+2
2014-03-04Add support for the Atmel SAMG53Andrey Yurovsky1-0/+39
2013-10-31Remove unnecessary castsAndreas Fritiofson1-1/+1
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-7/+7
2013-10-29sam4s flash: fix PLLA frequency calculation if diva > 1Thomas Schmid1-2/+2
2013-10-15sam4s flash: remove unused bootstrap routineAndrey Yurovsky1-87/+0
2013-10-03flash/nor: Make info function optionalAndreas Fritiofson1-11/+0
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-15flash: Added support for at91sam4sd32cPeter Dietzsch1-0/+62
2012-10-17flash: fix at91sam3/4 driver typosSpencer Oliver1-12/+11
2012-10-04Modified Sector Erase for AT91SAM4SOlivier Schonken1-1/+8