aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/dsp5680xx_flash.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-05-21flash: fix clang static analyzer build errorsErhan Kurubas1-3/+0
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-47/+12
2021-01-13openocd: fix incorrect doxygen commentsAntonio Borneo1-2/+2
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-1/+1
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-7/+7
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo1-1/+1
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-03-17flash: Constify write bufferAndreas Fritiofson1-1/+1
2013-10-03flash/nor: Make info function optionalAndreas Fritiofson1-9/+0
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-10-08dsp5680xx_flash: Remove unused flash bank structureAndreas Fritiofson1-9/+0
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-53/+49
2011-12-11dsp5680xx - indent fixrodrigo_l_rosa1-128/+168
2011-11-24dsp5680xx - match page erase with mass eraserodrigo_l_rosa1-0/+2
2011-11-24dsp5680xx - mark erase after unlocking flashrodrigo_l_rosa1-2/+9
2011-08-30optional crc for flash writingRodrigo L. Rosa1-1/+1
2011-06-12doxy & cleanupRodrigo L. Rosa1-30/+62
2011-06-12fix protection behaviorRodrigo L. Rosa1-14/+9
2011-06-12cleanup trailing whitespacesRodrigo L. Rosa1-2/+2
2011-06-12fix flash driver size, sector eraseRodrigo L. Rosa1-28/+40
2011-05-19flashing speed improved using queued jtag. error propagation improved.Rodrigo L. Rosa1-3/+3
2011-05-18flash support (only full erase/write) for 568013 and 568037Rodrigo L. Rosa1-0/+206