summaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32x.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-3/+0
* stm32x : always use valid flash base addressSpencer Oliver2010-12-231-0/+3
* stm32: fix reversed option byte writeSpencer Oliver2010-12-231-4/+4
* stm32: update option bytes for stm32xl familySpencer Oliver2010-12-231-8/+79
* stm32: add stm32 xl family flash supportSpencer Oliver2010-12-231-1/+45
* stm32: add dual flash bank supportSpencer Oliver2010-12-231-26/+37
* stm32: fix unprotectØyvind Harboe2010-12-151-4/+11
* FLASH/NOR: Remove useless file stm32x.hAntonio Borneo2010-11-171-1/+74
* Add comments and tiny improvements to STM32 flash loader algorithmFreddie Chopin2010-11-151-16/+17
* stm32: return early upon block write failureØyvind Harboe2010-11-091-0/+3
* stm32: return error when failing to readØyvind Harboe2010-11-091-9/+25
* stm32: add error propagation on writesØyvind Harboe2010-11-091-42/+111
* stm32: sharpen error handling for timeoutsØyvind Harboe2010-11-091-108/+69
* src: add loader src descriptionSpencer Oliver2010-10-281-0/+3
* flash: remove algorithm exit_point address for supported targetsSpencer Oliver2010-07-201-1/+1
* stm32x: -Wshadow warning fixesØyvind Harboe2010-06-161-2/+2
* stm32 : change returned value of mass_erase functiongcembed2010-06-031-4/+5
* nor: fix memory leaks during probeSpencer Oliver2010-05-291-0/+6
* NOR: add read() callback to struct flash_driverAntonio Borneo2010-05-161-0/+1
* flash: less bogus errorsØyvind Harboe2010-05-041-1/+1
* STM32 flash erase timeout fixTobias Ringström2010-05-031-2/+2
* stm32x: allow flash probe on a running targetAndreas Fritiofson2010-04-201-6/+0
* STM32: flash loader cleanupSpencer Oliver2010-03-101-12/+25
* STM32: Add Value Line Flash Programming SupportSpencer Oliver2010-03-031-0/+36
* ARMv7M: use software breakpoints for algorithmsSpencer Oliver2010-02-281-2/+1
* STM32x: issue warning when unlocking device (bug #16)Spencer Oliver2010-02-121-2/+6
* NOR: cleanup driver declsDavid Brownell2010-01-291-17/+17
* src/flash/nor: usage/help/doc updatesDavid Brownell2010-01-091-13/+22
* stm32x commands get "usage"Freddie Chopin2009-12-281-0/+5
* remove target.h from flash.hZachary T Welch2009-12-041-1/+2
* change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch2009-12-031-1/+1
* change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch2009-12-031-1/+1
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-031-1/+1
* move nor drivers to src/flash/norZachary T Welch2009-12-021-0/+1240