summaryrefslogtreecommitdiff
path: root/src/flash/nor/stellaris.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of typos.Uwe Hermann2011-03-171-1/+1
* stellaris: automatically generate and update device IDsEric Wetzel2011-01-191-0/+6
* warnings: use more 'const' for char *Øyvind Harboe2010-12-291-2/+2
* FLASH/NOR: Remove useless file stellaris.hAntonio Borneo2010-11-171-1/+85
* src: add loader src descriptionSpencer Oliver2010-10-281-0/+2
* flash: increase stellaris flash loader bufferSpencer Oliver2010-08-311-1/+1
* stellaris flash comment updateDavid Brownell2010-08-011-1/+1
* flash: remove algorithm exit_point address for supported targetsSpencer Oliver2010-07-201-2/+1
* stellaris: -Wshadow warning fixesØyvind Harboe2010-06-151-2/+2
* nor: fix memory leaks during probeSpencer Oliver2010-05-291-0/+6
* NOR: add read() callback to struct flash_driverAntonio Borneo2010-05-161-0/+1
* flash: less bogus errorsØyvind Harboe2010-05-041-1/+1
* 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