aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/max32xxx.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-09-25armv7m.h: relax dependency from 'arm_adi_v5.h'Antonio Borneo1-0/+1
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-8/+2
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-4/+4
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-5/+5
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-5/+2
2021-01-13flash/nor/max32xxx: fix path of include fileAntonio Borneo1-1/+1
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-26flash: fix typos and duplicated wordsAntonio Borneo1-1/+1
2020-07-08flash/nor/max32xxx: Use 'bool' data typeMarc Schink1-8/+8
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-20/+17
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-14/+14
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-0/+1
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-08-21max32xxx: Support for MAX32XXX devices.Kevin Gillespie1-0/+997