aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/atsame5.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-05flash: nor: use 'ULL' suffix for long constantsAntonio Borneo1-1/+1
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-01-29flash/nor/atsame5: add LAN9255 devicesHans-Erik Floryd1-0/+3
2021-09-25armv7m.h: relax dependency from 'arm_adi_v5.h'Antonio Borneo1-0/+1
2021-08-22flash/atsame5: use COMMAND_PARSE_NUMBER in command handlersTarek BOCHKATI1-4/+7
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-03-24flash/nor/atsame5: add SAME51G18A and SAME51G19A devicesTomas Vanek1-1/+3
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-1/+1
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-3/+1
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-3/+3
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-9/+10
2020-07-07flash/nor/atsame5: Fix a timeout when erasingMichael Hope1-6/+16
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-6/+6
2019-05-04flash/nor/atsame5: fix typo in dsu_reset_deassert help textTomas Vanek1-1/+1
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+2
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-3/+2
2019-02-05flash/nor: flash driver and cfg for SAM E54, E53, E51 and D51Tomas Vanek1-0/+955