aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/cc26xx.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/+10
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-12-03target,flash: allow target_free_working_area on NULL area pointerTomas Vanek1-2/+5
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-4/+4
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-3/+3
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-19/+19
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-6/+2
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-1/+1
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-1/+2
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-12-11flash/nor: update CC26xx/CC13xx supportEdward Fewell1-5/+0
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-13/+0
2018-06-15flash/nor: Add support for TI CC26xx/CC13xx flashEdward Fewell1-0/+567