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