aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/atsamv.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-18nor: move in driver.h the flash_driver's declarationAntonio Borneo1-2/+0
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src: replace the GPL and BSD-Source-Code license tagsAntonio Borneo1-55/+14
2021-08-14flash/nor/atsamv: fixed "maybe uninitialized" compiler warningJan Matyas1-1/+1
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-2/+2
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