aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/numicro.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-2/+0
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-07-02flash: rename CamelCase symbolsAntonio Borneo1-4/+4
2021-04-22flash/nor/numicro: Use 'bool' data typeMarc Schink1-1/+1
2021-03-19build: remove warnings with gcc 11Rene Kita1-3/+3
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-1/+1
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-7/+8
2020-03-07flash/nor/numicro: use flash infrastructure to align writeTomas Vanek1-19/+4
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo1-2/+2
2020-02-15coding style: use ARRAY_SIZE() when possibleAntonio Borneo1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-2/+2
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-2/+4
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-0/+3
2015-09-30numicro: Integrate Nuvoton NuMicro flash driver.Nemui Trinomius1-0/+1880