aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/psoc6.c
AgeCommit message (Expand)AuthorFilesLines
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