aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/max32xxx.c
AgeCommit message (Expand)AuthorFilesLines
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