aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/w600.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-08-27flash: nor: use binary prefixes consistentlyPaul Fertser1-1/+1
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-2/+2
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-3/+3
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-4/+2
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-1/+1
2020-07-08flash/nor/w600: Use 'bool' data typeMarc Schink1-4/+4
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-2/+3
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-12-21add w600 supportSimon Qian1-0/+390