aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stellaris.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-03NOR: stellaris message tweaksDavid Brownell1-4/+4
2010-02-28stellaris: recover_command use usleep rather than sleepSpencer Oliver1-1/+1
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver1-2/+1
2010-02-27new "stellaris recover" commandDavid Brownell1-0/+66
2010-01-29NOR: cleanup driver declsDavid Brownell1-1/+1
2010-01-02streamline and document helptext mode displaysDavid Brownell1-1/+1
2009-12-18stellaris: fix min buffer length checksDavid Brownell1-7/+4
2009-12-18stellaris: update bulk flash writesDavid Brownell1-20/+45
2009-12-16stellaris: commentsDavid Brownell1-0/+21
2009-12-16stellaris: probe() cleanupsDavid Brownell1-86/+42
2009-12-16stellaris: remove needless codeDavid Brownell1-50/+1
2009-12-16stellaris: avoid chip writesDavid Brownell1-13/+10
2009-12-14stellaris: device IDsEric Wetzel1-150/+168
2009-12-10anotyer cygwin compile fixDavid Brownell1-1/+2
2009-12-09stellaris: flash protection updates, minor fixesDavid Brownell1-67/+109
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/+1195