aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/psoc6.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-08-08flash/nor: remove useless setting of bus_width and chip_widthTomas Vanek1-2/+1
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-4/+2
2021-11-23flash/psoc6: initialize usage fieldAntonio Borneo1-1/+1
2021-10-25flash/nor/psoc6: fix doxygen commentAntonio Borneo1-2/+1
2021-10-02helper: Remove src/helper from include dirsYasushi SHOJI1-2/+2
2021-09-25armv7m.h: relax dependency from 'arm_adi_v5.h'Antonio Borneo1-0/+1
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-4/+0
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-2/+2
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo1-1/+0
2020-11-15flash/nor/psoc6: remove setting of xPSR.T bit from sromalgo_prepare()Tomas Vanek1-6/+0
2020-11-15cortex_m: use the new enum ARMV7M_REGSEL_nameAntonio Borneo1-1/+1
2020-11-04flash: declare local symbols as staticAntonio Borneo1-1/+1
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-11/+11
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-4/+2
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-5/+5
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-7/+9
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-5/+0
2020-02-15coding style: use ARRAY_SIZE() when possibleAntonio Borneo1-1/+1
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-04-23psoc6: Run flash algorithm asynchronously to improve performanceBohdan Tymkiv1-141/+220
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2018-02-14Add support for Cypress PSoC6 family of devicesBohdan Tymkiv1-0/+985