flash/nor/stellaris: Remove unnecessary write_algorithm check
[fw/openocd] / src / flash / nor / stellaris.c
2012-10-08 Andreas Fritiofsonflash/nor/stellaris: Remove unnecessary write_algorithm...
2012-05-14 Spencer Oliverflash: blank check use default_flash_blank_check
2012-04-24 Linus Tolketopic: Fixed a clang Dead assignment warning.
2012-04-10 Simon Qiantopic: add reset functions for SWD
2012-02-26 Spencer Oliverflash: add stellaris async flash loader
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2012-01-27 Spencer Oliverflash: fix stellaris class regression
2012-01-23 Spencer Oliverflash: update stellaris_set_flash_timing for target...
2012-01-23 Spencer Oliverflash: cleanup stellaris device class detection
2012-01-18 Spencer Oliverflash: add missing stellaris device classes
2012-01-12 Spencer Olivercmd: add missing usage var
2012-01-12 Mathias Koptimize: replace while loop by memcpy
2012-01-04 Mathias KChange return value on error.
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-11-09 Øyvind Harboewarning fix: remove unused variable assignment
2011-11-08 Spencer Oliverflash: update luminary device table
2011-11-01 Spencer Oliverflash: add Stellaris Blizzard class
2011-10-18 Spencer Oliverluminary: add new targets
2011-07-10 Luca BrunoFix typo in command output
2011-03-17 Uwe HermannFix a bunch of typos.
2011-01-19 Eric Wetzelstellaris: automatically generate and update device IDs
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file stellaris.h
2010-10-28 Spencer Oliversrc: add loader src description
2010-08-31 Spencer Oliverflash: increase stellaris flash loader buffer
2010-08-01 David Brownellstellaris flash comment update
2010-07-20 Spencer Oliverflash: remove algorithm exit_point address for supporte...
2010-06-15 Øyvind Harboestellaris: -Wshadow warning fixes
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