aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stellaris.c
AgeCommit message (Expand)Author
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo
2010-05-04flash: less bogus errorsØyvind Harboe
2010-03-03NOR: stellaris message tweaksDavid Brownell
2010-02-28stellaris: recover_command use usleep rather than sleepSpencer Oliver
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver
2010-02-27new "stellaris recover" commandDavid Brownell
2010-01-29NOR: cleanup driver declsDavid Brownell
2010-01-02streamline and document helptext mode displaysDavid Brownell
2009-12-18stellaris: fix min buffer length checksDavid Brownell
2009-12-18stellaris: update bulk flash writesDavid Brownell
2009-12-16stellaris: commentsDavid Brownell
2009-12-16stellaris: probe() cleanupsDavid Brownell
2009-12-16stellaris: remove needless codeDavid Brownell
2009-12-16stellaris: avoid chip writesDavid Brownell
2009-12-14stellaris: device IDsEric Wetzel
2009-12-10anotyer cygwin compile fixDavid Brownell
2009-12-09stellaris: flash protection updates, minor fixesDavid Brownell
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