aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32f2x.c
AgeCommit message (Expand)Author
2020-01-03flash/nor/stm32f2x: Support value line chips with trimmed flashKeir Fraser
2019-12-17flash/nor/stm32f2x: fix clang static analyzer warningTomas Vanek
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-03-27Constify struct flash_driver instancesChristopher Head
2019-02-27flash: stm32f2/f4/f7: Add One-Time-Porgrammable (OTP) supportMoritz Fischer
2018-09-09flash/stm32f2x: add stm32f7 revision Z identificationCody Schafer
2018-07-03flash/nor/stm32: Eliminate working area leakChristopher Head
2018-07-03flash/nor/stm32: Report errors in wait_status_busyChristopher Head
2018-04-23flash/nor, contrib/loaders: add stm32 loaders Makefile and generated .incTomas Vanek
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek
2017-12-12flash/nor/stm32f2x: fix erase on STM32F413/423Tomas Vanek
2017-12-12flash/nor/stm32f2x: fix protection block size for F767 in dual bank modeTomas Vanek
2017-10-03stm32f2x: Fix left shift of negative valueMarc Schink
2017-08-10Support for STM32F722, F723, F413 and F423Andreas Bolsch
2016-10-04stm32f2x: Increase options write timeoutAndreas Fritiofson
2016-08-14Flash handling for STM32F76x/77x and F446 addedAndreas Bolsch
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-04stm32f2x.c: Add more F4 devices.Uwe Bonnes
2016-05-04src/flash/nor/stm32f2x.c: Really erase second bank if requested.Uwe Bonnes
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz
2015-11-03flash/nor/stm32f2x: Add STM32F469 partMaxime Coquelin
2015-10-30stm32f2x: Add memory barrier needed for STM32F7 flashing.Uwe Bonnes
2015-10-30stm32f2x.c: Add STM32F74x handling.Uwe Bonnes
2015-10-30stm32f2x.c: Handle STM32F42x/43x 1 MiByte devices with DB1M option set.Uwe Bonnes
2015-02-04flash/nor/stm32f2x: add new revisions of STM32F4x partsPaul Fertser
2015-02-04Subject: [PATCH] update src/flash/nor/stm32f2x.cRémi PRUD’HOMME
2015-01-30stm32f2x: Fix byte order bug.Jens Bauer
2014-09-08stm32f2x: added STM32F411xx series support.Nemui Trinomius
2014-06-01STM32F2x: Don't clear FLASH_OPTCR bits when locking registerElliott Partridge
2014-03-17stm32f2x.c: Add STM32F401xE device id.Jens Hoffmann
2014-03-17flash: Constify write bufferAndreas Fritiofson
2013-10-31Remove unnecessary castsAndreas Fritiofson
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-10-08stm32f2x: Fix sector numbering for dual bank flash eraseAndreas Fritiofson
2013-10-07stm32f2x: Detect STM32F42x rev YAndreas Fritiofson
2013-08-29flash: fix stm32f1x dual bank detectionSpencer Oliver
2013-07-26stm32f2x flash: add STM32F401 (F4 low power)Andrey Yurovsky
2013-07-15flash/stm32*: Sync all device/rev IDs with reference manualsAndreas Fritiofson
2013-07-15flash/stm32*: Rewrite info functionsAndreas Fritiofson
2013-07-15flash/stm32*: Remove the halted check in protect_checkAndreas Fritiofson
2013-06-21stm32f2x: Correct calculation of number of 128k sectors.Andreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2013-03-06flash: fix stm32 failed probe using incorrect flash sizeSpencer Oliver
2013-02-25stm32: enable flash bank size overrideSpencer Oliver
2013-02-02armv7m: use ARM_MODE_THREAD core mode for algoorithm'sSpencer Oliver
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver
2013-01-21flash: stm32f2x support write protectionSpencer Oliver
2013-01-21flash: add stm32f2x flash lock/unlock cmdsSpencer Oliver
2012-12-30flash: format stm32f2x driver definesSpencer Oliver
2012-12-24flash: add stm32f2x rev XSpencer Oliver