aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stellaris.c
AgeCommit message (Expand)Author
2012-05-14flash: blank check use default_flash_blank_checkSpencer Oliver
2012-04-24topic: Fixed a clang Dead assignment warning.Linus Tolke
2012-04-10topic: add reset functions for SWDSimon Qian
2012-02-26flash: add stellaris async flash loaderSpencer Oliver
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver
2012-01-27flash: fix stellaris class regressionSpencer Oliver
2012-01-23flash: update stellaris_set_flash_timing for target classSpencer Oliver
2012-01-23flash: cleanup stellaris device class detectionSpencer Oliver
2012-01-18flash: add missing stellaris device classesSpencer Oliver
2012-01-12cmd: add missing usage varSpencer Oliver
2012-01-12optimize: replace while loop by memcpyMathias K
2012-01-04Change return value on error.Mathias K
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-11-09warning fix: remove unused variable assignmentØyvind Harboe
2011-11-08flash: update luminary device tableSpencer Oliver
2011-11-01flash: add Stellaris Blizzard classSpencer Oliver
2011-10-18luminary: add new targetsSpencer Oliver
2011-07-10Fix typo in command outputLuca Bruno
2011-03-17Fix a bunch of typos.Uwe Hermann
2011-01-19stellaris: automatically generate and update device IDsEric Wetzel
2010-12-29warnings: use more 'const' for char *Øyvind Harboe
2010-11-17FLASH/NOR: Remove useless file stellaris.hAntonio Borneo
2010-10-28src: add loader src descriptionSpencer Oliver
2010-08-31flash: increase stellaris flash loader bufferSpencer Oliver
2010-08-01stellaris flash comment updateDavid Brownell
2010-07-20flash: remove algorithm exit_point address for supported targetsSpencer Oliver
2010-06-15stellaris: -Wshadow warning fixesØyvind Harboe
2010-05-29nor: fix memory leaks during probeSpencer Oliver
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