aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32x.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-23stm32x : always use valid flash base addressSpencer Oliver1-0/+3
2010-12-23stm32: fix reversed option byte writeSpencer Oliver1-4/+4
2010-12-23stm32: update option bytes for stm32xl familySpencer Oliver1-8/+79
2010-12-23stm32: add stm32 xl family flash supportSpencer Oliver1-1/+45
2010-12-23stm32: add dual flash bank supportSpencer Oliver1-26/+37
2010-12-15stm32: fix unprotectØyvind Harboe1-4/+11
2010-11-17FLASH/NOR: Remove useless file stm32x.hAntonio Borneo1-1/+74
2010-11-15Add comments and tiny improvements to STM32 flash loader algorithmFreddie Chopin1-16/+17
2010-11-09stm32: return early upon block write failureØyvind Harboe1-0/+3
2010-11-09stm32: return error when failing to readØyvind Harboe1-9/+25
2010-11-09stm32: add error propagation on writesØyvind Harboe1-42/+111
2010-11-09stm32: sharpen error handling for timeoutsØyvind Harboe1-108/+69
2010-10-28src: add loader src descriptionSpencer Oliver1-0/+3
2010-07-20flash: remove algorithm exit_point address for supported targetsSpencer Oliver1-1/+1
2010-06-16stm32x: -Wshadow warning fixesØyvind Harboe1-2/+2
2010-06-03stm32 : change returned value of mass_erase functiongcembed1-4/+5
2010-05-29nor: fix memory leaks during probeSpencer Oliver1-0/+6
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1
2010-05-04flash: less bogus errorsØyvind Harboe1-1/+1
2010-05-03STM32 flash erase timeout fixTobias Ringström1-2/+2
2010-04-20stm32x: allow flash probe on a running targetAndreas Fritiofson1-6/+0
2010-03-10STM32: flash loader cleanupSpencer Oliver1-12/+25
2010-03-03STM32: Add Value Line Flash Programming SupportSpencer Oliver1-0/+36
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver1-2/+1
2010-02-12STM32x: issue warning when unlocking device (bug #16)Spencer Oliver1-2/+6
2010-01-29NOR: cleanup driver declsDavid Brownell1-17/+17
2010-01-09src/flash/nor: usage/help/doc updatesDavid Brownell1-13/+22
2009-12-28stm32x commands get "usage"Freddie Chopin1-0/+5
2009-12-04remove target.h from flash.hZachary T Welch1-1/+2
2009-12-03change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch1-1/+1
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch1-1/+1
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch1-1/+1
2009-12-02move nor drivers to src/flash/norZachary T Welch1-0/+1240