aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32x.c
AgeCommit message (Expand)Author
2010-12-23stm32: fix reversed option byte writeSpencer Oliver
2010-12-23stm32: update option bytes for stm32xl familySpencer Oliver
2010-12-23stm32: add stm32 xl family flash supportSpencer Oliver
2010-12-23stm32: add dual flash bank supportSpencer Oliver
2010-12-15stm32: fix unprotectØyvind Harboe
2010-11-17FLASH/NOR: Remove useless file stm32x.hAntonio Borneo
2010-11-15Add comments and tiny improvements to STM32 flash loader algorithmFreddie Chopin
2010-11-09stm32: return early upon block write failureØyvind Harboe
2010-11-09stm32: return error when failing to readØyvind Harboe
2010-11-09stm32: add error propagation on writesØyvind Harboe
2010-11-09stm32: sharpen error handling for timeoutsØyvind Harboe
2010-10-28src: add loader src descriptionSpencer Oliver
2010-07-20flash: remove algorithm exit_point address for supported targetsSpencer Oliver
2010-06-16stm32x: -Wshadow warning fixesØyvind Harboe
2010-06-03stm32 : change returned value of mass_erase functiongcembed
2010-05-29nor: fix memory leaks during probeSpencer Oliver
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo
2010-05-04flash: less bogus errorsØyvind Harboe
2010-05-03STM32 flash erase timeout fixTobias Ringström
2010-04-20stm32x: allow flash probe on a running targetAndreas Fritiofson
2010-03-10STM32: flash loader cleanupSpencer Oliver
2010-03-03STM32: Add Value Line Flash Programming SupportSpencer Oliver
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver
2010-02-12STM32x: issue warning when unlocking device (bug #16)Spencer Oliver
2010-01-29NOR: cleanup driver declsDavid Brownell
2010-01-09src/flash/nor: usage/help/doc updatesDavid Brownell
2009-12-28stm32x commands get "usage"Freddie Chopin
2009-12-04remove target.h from flash.hZachary T Welch
2009-12-03change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch
2009-12-02move nor drivers to src/flash/norZachary T Welch