nor: fix memory leaks during probe
[fw/openocd] / src / flash / nor / stellaris.c
2010-05-29 Spencer Olivernor: fix memory leaks during probe
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-05-04 Øyvind Harboeflash: less bogus errors
2010-03-03 David BrownellNOR: stellaris message tweaks
2010-02-28 Spencer Oliverstellaris: recover_command use usleep rather than sleep
2010-02-28 Spencer OliverARMv7M: use software breakpoints for algorithms
2010-02-27 David Brownellnew "stellaris recover" command
2010-01-29 David BrownellNOR: cleanup driver decls
2010-01-02 David Brownellstreamline and document helptext mode displays
2009-12-18 David Brownellstellaris: fix min buffer length checks
2009-12-18 David Brownellstellaris: update bulk flash writes
2009-12-16 David Brownellstellaris: comments
2009-12-16 David Brownellstellaris: probe() cleanups
2009-12-16 David Brownellstellaris: remove needless code
2009-12-16 David Brownellstellaris: avoid chip writes
2009-12-14 Eric Wetzelstellaris: device IDs
2009-12-11 David Brownellanotyer cygwin compile fix
2009-12-10 David Brownellstellaris: flash protection updates, minor fixes
2009-12-05 Zachary T Welchremove target.h from flash.h
2009-12-03 Zachary T Welchchange #include "armv7m.h" to <target/armv7m.h>
2009-12-03 Zachary T Welchchange #include "algorithm.h" to <target/algorithm.h>
2009-12-03 Zachary T Welchchange #include "binarybuffer.h" to <helper/binarybuffer.h>
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor