aboutsummaryrefslogtreecommitdiff
path: root/src/flash/mflash.c
AgeCommit message (Expand)Author
2015-11-03helper/fileio: Use size_t for file size.Marc Schink
2013-10-31Remove unnecessary (void *)Andreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-08-24build: fix clang warningsMartin Nowak
2012-08-24build: fix memory leaksSpencer Oliver
2012-02-06doxygen: use correct comment syntaxSpencer Oliver
2012-02-06build: cleanup src/flash directorySpencer Oliver
2012-01-18cmd: add missing usage varsSpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2010-09-29fileio: fileio_size() can now failØyvind Harboe
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe
2010-09-20warnings: fix alignment warningsØyvind Harboe
2010-06-22flash: fix shadow issues on MacEdgar Grimberg
2010-06-16mflash: -Wshadow warning fixØyvind Harboe
2010-04-10MFLASH: review scope of functionsAntonio Borneo
2010-01-08MFLASH: help/usage updatesDavid Brownell
2009-12-28MinGW build fixesFreddie Chopin
2009-12-26cygwin 1.7 build fixesDavid Brownell
2009-12-05misc code review updatesDavid Brownell
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-12-03change #include "fileio.h" to <helper/fileio.h>Zachary T Welch
2009-12-02mflash: factor init to 'mflash init'Zachary T Welch
2009-11-24mflash: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-16fileio: improve API typesZachary T Welch
2009-11-16struct fileio: improve member typesZachary T Welch
2009-11-16#include "target.h" less wildlyDavid Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13mflash_bank_t -> struct mflash_bankZachary T Welch
2009-11-13mg_drv_info_t -> struct mg_drv_infoZachary T Welch
2009-11-13mflash_gpio_drv_t -> struct mflash_gpio_drvZachary T Welch
2009-11-13mflash_gpio_num_t -> struct mflash_gpio_numZachary T Welch
2009-11-13fileio_t -> struct fileioZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-09Overhaul time support APIZachary T Welch
2009-11-05Improve mflash.c command argument parsing.Zachary T Welch
2009-10-14another portability updateDavid Brownell
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '[+]=' whitespacezwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch