aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/ambiqmicro.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src: replace the BSD-3-Clause license tagAntonio Borneo1-27/+2
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-6/+2
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-2/+2
2021-07-02flash: rename CamelCase symbolsAntonio Borneo1-17/+17
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-7/+2
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-13/+13
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-4/+1
2020-07-08flash/nor/ambiqmicro: Use 'bool' data typeMarc Schink1-9/+9
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-10/+10
2020-02-15coding style: use ARRAY_SIZE() when possibleAntonio Borneo1-2/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-5/+5
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2016-05-14flash/nor: Add Ambiq Micro Apollo flash driver.Rick Foos1-0/+904