aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/psoc4.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-8/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-4/+4
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-2/+2
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-11/+6
2021-05-29openocd: use macro ARRAY_SIZE()Antonio Borneo1-1/+1
2020-11-04flash: declare local symbols as staticAntonio Borneo1-1/+1
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-8/+3
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-2/+2
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-12/+12
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-2/+2
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2018-03-03flash/nor/psoc4: fix protection on devices with 256k flashTomas Vanek1-7/+8
2018-03-03flash/nor/psoc4: fix warningsTomas Vanek1-2/+3
2018-03-03flash/nor/psoc4: adjust flash size limited by woundingTomas Vanek1-0/+27
2018-02-14psoc4: update for 4x00BLE, L, M, S and PRoC BLE devicesTomas Vanek1-249/+374
2016-08-13psoc4: Corrected Silicon IDsGeorge Ioakimedes1-2/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-0/+3
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-1/+1
2015-05-17psoc4: add support for Cypress CCG1 familyVincent Palatin1-0/+9
2015-02-28psoc4 flash driver: cleaned printf PRI... formatsTomas Vanek1-23/+26
2015-02-11psoc4: support for Cypress PSoC 41xx/42xx familyTomas Vanek1-0/+797