aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/atsamv.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-04flash/nor/atsamv: fix clang static analyzer warningTomas Vanek1-0/+3
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-2/+2
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-1/+1
2020-07-08flash/nor/atsamv: Use 'bool' data typeMarc Schink1-2/+2
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-14/+15
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-3/+0
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-5/+5
2019-03-27Constify struct flash_driver instancesChristopher Head1-2/+2
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2016-10-30atsamv: Support for ATSAMS70N19 Memory ConfigurationGabrielle Trotter1-0/+3
2016-07-19Fix usage of timeval_ms()Andreas Färber1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+5
2016-05-20Fix spelling of ARM CortexAndreas Färber1-1/+1
2015-11-10flash: driver for Atmel SAMV, SAMS, and SAMEMorgan Quigley1-0/+737