aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32x.c
AgeCommit message (Expand)AuthorFilesLines
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