aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32f2x.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-20From upstream (#286)Tim Newsome1-1/+5
2018-05-08flash/nor, contrib/loaders: add stm32 loaders Makefile and generated .incTomas Vanek1-38/+1
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2017-12-12flash/nor/stm32f2x: fix erase on STM32F413/423Tomas Vanek1-4/+10
2017-12-12flash/nor/stm32f2x: fix protection block size for F767 in dual bank modeTomas Vanek1-1/+2
2017-10-03stm32f2x: Fix left shift of negative valueMarc Schink1-1/+1
2017-08-10Support for STM32F722, F723, F413 and F423Andreas Bolsch1-56/+220
2016-10-04stm32f2x: Increase options write timeoutAndreas Fritiofson1-3/+6
2016-08-14Flash handling for STM32F76x/77x and F446 addedAndreas Bolsch1-95/+313
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-04stm32f2x.c: Add more F4 devices.Uwe Bonnes1-1/+15
2016-05-04src/flash/nor/stm32f2x.c: Really erase second bank if requested.Uwe Bonnes1-3/+5
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-2/+2
2015-11-03flash/nor/stm32f2x: Add STM32F469 partMaxime Coquelin1-0/+2
2015-10-30stm32f2x: Add memory barrier needed for STM32F7 flashing.Uwe Bonnes1-2/+3
2015-10-30stm32f2x.c: Add STM32F74x handling.Uwe Bonnes1-6/+36
2015-10-30stm32f2x.c: Handle STM32F42x/43x 1 MiByte devices with DB1M option set.Uwe Bonnes1-21/+42
2015-02-04flash/nor/stm32f2x: add new revisions of STM32F4x partsPaul Fertser1-0/+8
2015-02-04Subject: [PATCH] update src/flash/nor/stm32f2x.cRémi PRUD’HOMME1-0/+9
2015-01-30stm32f2x: Fix byte order bug.Jens Bauer1-3/+3
2014-09-08stm32f2x: added STM32F411xx series support.Nemui Trinomius1-0/+2
2014-06-01STM32F2x: Don't clear FLASH_OPTCR bits when locking registerElliott Partridge1-1/+1
2014-03-17stm32f2x.c: Add STM32F401xE device id.Jens Hoffmann1-0/+4
2014-03-17flash: Constify write bufferAndreas Fritiofson1-2/+2
2013-10-31Remove unnecessary castsAndreas Fritiofson1-1/+1
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-3/+3
2013-10-08stm32f2x: Fix sector numbering for dual bank flash eraseAndreas Fritiofson1-2/+7
2013-10-07stm32f2x: Detect STM32F42x rev YAndreas Fritiofson1-0/+4
2013-08-29flash: fix stm32f1x dual bank detectionSpencer Oliver1-1/+4
2013-07-26stm32f2x flash: add STM32F401 (F4 low power)Andrey Yurovsky1-0/+17
2013-07-15flash/stm32*: Sync all device/rev IDs with reference manualsAndreas Fritiofson1-3/+3
2013-07-15flash/stm32*: Rewrite info functionsAndreas Fritiofson1-45/+47
2013-07-15flash/stm32*: Remove the halted check in protect_checkAndreas Fritiofson1-6/+0
2013-06-21stm32f2x: Correct calculation of number of 128k sectors.Andreas Fritiofson1-1/+2
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-03-06flash: fix stm32 failed probe using incorrect flash sizeSpencer Oliver1-2/+4
2013-02-25stm32: enable flash bank size overrideSpencer Oliver1-0/+7
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
2013-01-21flash: stm32f2x support write protectionSpencer Oliver1-0/+49
2013-01-21flash: add stm32f2x flash lock/unlock cmdsSpencer Oliver1-15/+235
2012-12-30flash: format stm32f2x driver definesSpencer Oliver1-42/+41
2012-12-24flash: add stm32f2x rev XSpencer Oliver1-0/+4
2012-11-19flash: add stm32f42x/stm32f43x supportSpencer Oliver1-3/+25
2012-10-08flash/nor: make all working area pointers localAndreas Fritiofson1-10/+7
2012-07-30flash: reduce code duplication in stm32 flash probeAndreas Fritiofson1-27/+18
2012-07-30flash: fix stm32 flash driver typo'sSpencer Oliver1-2/+2
2012-07-30flash: handle zero when reading stm32 flash size regSpencer Oliver1-0/+5
2012-05-14flash: blank check use default_flash_blank_checkSpencer Oliver1-1/+1
2012-02-26flash: add stm32f2x async flash loaderSpencer Oliver1-60/+55