summaryrefslogtreecommitdiff
path: root/src/flash/nor/stellaris.c
Commit message (Expand)AuthorAgeFilesLines
* NOR: stellaris message tweaksDavid Brownell2010-03-031-4/+4
* stellaris: recover_command use usleep rather than sleepSpencer Oliver2010-02-281-1/+1
* ARMv7M: use software breakpoints for algorithmsSpencer Oliver2010-02-281-2/+1
* new "stellaris recover" commandDavid Brownell2010-02-271-0/+66
* NOR: cleanup driver declsDavid Brownell2010-01-291-1/+1
* streamline and document helptext mode displaysDavid Brownell2010-01-021-1/+1
* stellaris: fix min buffer length checksDavid Brownell2009-12-181-7/+4
* stellaris: update bulk flash writesDavid Brownell2009-12-181-20/+45
* stellaris: commentsDavid Brownell2009-12-161-0/+21
* stellaris: probe() cleanupsDavid Brownell2009-12-161-86/+42
* stellaris: remove needless codeDavid Brownell2009-12-161-50/+1
* stellaris: avoid chip writesDavid Brownell2009-12-161-13/+10
* stellaris: device IDsEric Wetzel2009-12-141-150/+168
* anotyer cygwin compile fixDavid Brownell2009-12-101-1/+2
* stellaris: flash protection updates, minor fixesDavid Brownell2009-12-091-67/+109
* remove target.h from flash.hZachary T Welch2009-12-041-1/+2
* change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch2009-12-031-1/+1
* change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch2009-12-031-1/+1
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-031-1/+1
* move nor drivers to src/flash/norZachary T Welch2009-12-021-0/+1195