aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/kinetis_ke.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-04flash: declare local symbols as staticAntonio Borneo1-1/+1
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-4/+1
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-1/+1
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-14/+13
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-1/+1
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-1/+1
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2018-02-04flash/nor/kinetis_ke: fix warning retval set but not usedTomas Vanek1-2/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-0/+3
2016-05-17kinetis: Fix typo in variable namesAndreas Färber1-2/+2
2016-05-04flash: Added support for Freescale Kinetis KE family.Ivan Meleca1-0/+1311