aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/cc3220sf.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-23flash/nor: remove useless bank->next = NULLTomas Vanek1-1/+0
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-13flash/nor: move variable's declaration in C fileAntonio Borneo1-0/+5
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-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-7/+7
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-22/+22
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-8/+2
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-4/+1
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-4/+5
2020-05-24nor/flash: Add keep_alive() during flash write handlerEdward Fewell1-0/+2
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-12-11flash/nor: update cc3220sf for issue found in code reviewEdward Fewell1-16/+3
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-13/+0
2018-06-06flash/nor: Add support for TI CC3220SF internal flashEdward Fewell1-0/+529