aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/psoc5lp.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-08-27flash/nor: remove empty command definitionsAntonio Borneo1-32/+0
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-07-02flash: rename CamelCase symbolsAntonio Borneo1-11/+11
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-6/+6
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-1/+1
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-1/+1
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-25/+26
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-2/+2
2019-03-27Constify struct flash_driver instancesChristopher Head1-3/+3
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-1/+1
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-22/+0
2018-07-18psoc5lp: fix erase check, add free_driver_privTomas Vanek1-10/+21
2018-06-15flash/nor/psoc5lp: fix compile issue on GCC 8.1.0Antonio Borneo1-1/+2
2018-06-06psoc5lp: Add NV Latch flash driverAndreas Färber1-0/+316
2018-06-06flash/nor/psoc5lp: fix bad commit 2d5f2ede55150235352773a976166c3ab68297bcTomas Vanek1-27/+39
2018-06-06psoc5lp: Add EEPROM flash driverAndreas Färber1-0/+271
2018-06-06flash/nor: Add PSoC 5LP flash driverAndreas Färber1-0/+975