aboutsummaryrefslogtreecommitdiff
path: root/src/flash/mflash.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin1-2/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29helper/fileio: Remove nested structMarc Schink1-14/+14
2015-11-03helper/fileio: Use size_t for file size.Marc Schink1-3/+3
2013-10-31Remove unnecessary (void *)Andreas Fritiofson1-7/+7
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-08-24build: fix clang warningsMartin Nowak1-1/+1
2012-08-24build: fix memory leaksSpencer Oliver1-0/+1
2012-02-06doxygen: use correct comment syntaxSpencer Oliver1-1/+1
2012-02-06build: cleanup src/flash directorySpencer Oliver1-228/+272
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+2
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-2/+2
2010-09-29fileio: fileio_size() can now failØyvind Harboe1-4/+10
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe1-4/+4
2010-09-20warnings: fix alignment warningsØyvind Harboe1-2/+2
2010-06-22flash: fix shadow issues on MacEdgar Grimberg1-4/+4
2010-06-16mflash: -Wshadow warning fixØyvind Harboe1-3/+3
2010-04-10MFLASH: review scope of functionsAntonio Borneo1-1/+1
2010-01-08MFLASH: help/usage updatesDavid Brownell1-15/+18
2009-12-28MinGW build fixesFreddie Chopin1-2/+2
2009-12-26cygwin 1.7 build fixesDavid Brownell1-1/+2
2009-12-05misc code review updatesDavid Brownell1-2/+4
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch1-1/+1
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-12-03change #include "fileio.h" to <helper/fileio.h>Zachary T Welch1-1/+1
2009-12-02mflash: factor init to 'mflash init'Zachary T Welch1-0/+23
2009-11-24mflash: use register_commands()Zachary T Welch1-17/+54
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-6/+6
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-3/+3
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-17/+17
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-4/+4
2009-11-16fileio: improve API typesZachary T Welch1-2/+4
2009-11-16struct fileio: improve member typesZachary T Welch1-1/+1
2009-11-16#include "target.h" less wildlyDavid Brownell1-0/+1
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13target_t -> struct targetZachary T Welch1-13/+13
2009-11-13mflash_bank_t -> struct mflash_bankZachary T Welch1-2/+2
2009-11-13mg_drv_info_t -> struct mg_drv_infoZachary T Welch1-1/+1
2009-11-13mflash_gpio_drv_t -> struct mflash_gpio_drvZachary T Welch1-4/+4
2009-11-13mflash_gpio_num_t -> struct mflash_gpio_numZachary T Welch1-8/+8
2009-11-13fileio_t -> struct fileioZachary T Welch1-2/+2
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-6/+5
2009-11-09Overhaul time support APIZachary T Welch1-40/+34
2009-11-05Improve mflash.c command argument parsing.Zachary T Welch1-6/+9
2009-10-14another portability updateDavid Brownell1-4/+4
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-14/+14
2009-06-23Remove whitespace that occurs before ')'.zwelch1-3/+3