aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/em357.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-8/+2
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-3/+3
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-08flash/nor/em357: Use 'bool' data typeMarc Schink1-4/+4
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-9/+8
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-8/+8
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
2017-04-24Added 512K flashing support for em3587Byron Kubert1-0/+5
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-1/+0
2014-03-17flash: Constify write bufferAndreas Fritiofson1-2/+2
2013-10-31Remove unnecessary castsAndreas Fritiofson1-1/+1
2013-10-03flash/nor: Make info function optionalAndreas Fritiofson1-8/+0
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-17topic: STM32W support added to em357 driverBen Nahill1-3/+36
2013-02-02armv7m: use ARM_MODE_THREAD core mode for algoorithm'sSpencer Oliver1-1/+1
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver1-1/+1
2012-10-08flash/nor: make all working area pointers localAndreas Fritiofson1-10/+7
2012-05-14flash: blank check use default_flash_blank_checkSpencer Oliver1-1/+1
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-156/+108
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-11/+7
2011-11-09em357: fix warning by removing unused local variablesØyvind Harboe1-4/+1
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-3/+0
2011-01-14Flash driver for em357Erik Botö1-0/+977