aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32lx.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-15flash/stm32*: Sync all device/rev IDs with reference manualsAndreas Fritiofson1-4/+13
2013-07-15flash/stm32*: Rewrite info functionsAndreas Fritiofson1-47/+48
2013-07-15flash/stm32*: Remove the halted check in protect_checkAndreas Fritiofson1-5/+0
2013-07-15flash: add missing stm32l medium+ device idSpencer Oliver1-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: add support for stm32l1x 256k high density single bank devicesJohan Almquist1-0/+4
2013-02-25stm32: add support for the STM32Lx 384kb dual bank flashJohan Almquist1-6/+44
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: add stm32lx loader Hard Fault workaroundSpencer Oliver1-0/+53
2013-01-21flash: reduce stm32lx loader timeoutSpencer Oliver1-1/+1
2013-01-21flash: cleanup stm32lx driverSpencer Oliver1-90/+96
2012-12-30flash: stm32lx fallback to slow memory writes when no working areaSpencer Oliver1-4/+10
2012-12-30flash: add new stm32l HD variantSpencer Oliver1-0/+4
2012-10-08flash/nor: make all working area pointers localAndreas Fritiofson1-12/+9
2012-07-30flash: reduce code duplication in stm32 flash probeAndreas Fritiofson1-27/+20
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-07-30flash: stm32l handle flash size read failureSpencer Oliver1-2/+5
2012-07-30flash: add stm32l Revision X supportSpencer Oliver1-0/+4
2012-04-13STM32L: Write partial-page flash data after full-page dataMathias K1-0/+1
2012-02-29flash: add stm32lx High Density DevicesSpencer Oliver1-14/+48
2012-02-29flash: change stm32lx driver probe behaviourSpencer Oliver1-59/+0
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-147/+85
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+1
2012-01-12flash: use correct device_id maskSpencer Oliver1-4/+2
2012-01-12optimize: replace while loop by memcpyMathias K1-10/+5
2012-01-04Change return value on error.Mathias K1-2/+1
2011-10-03STM32L: Added flash driver and targetClément Burin des Roziers1-0/+970