aboutsummaryrefslogtreecommitdiff
path: root/src/flash/mflash.h
AgeCommit message (Expand)Author
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/flash directorySpencer Oliver
2010-12-29warnings: use more 'const' for char *Øyvind Harboe
2010-04-10MFLASH: review scope of functionsAntonio Borneo
2009-11-16#include "target.h" less wildlyDavid Brownell
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-09src/flash: remove 'extern' and wrap headersZachary T Welch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-06-12unsik Kim <donari75@gmail.com>:zwelch
2009-05-27unsik Kim <donari75@gmail.com>:zwelch
2009-05-27unsik Kim <donari75@gmail.com>:zwelch
2009-05-27unsik Kim <donari75@gmail.com>:zwelch
2009-05-27unsik Kim <donari75@gmail.com>:zwelch
2009-05-11Audit and eliminate redundant #include directives in src/flash headers.zwelch
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-10-16- update docs deprecated section to include links to new commands (if any)ntfreak
2008-10-16unsik Kim <donari75@gmail.com> - mflash supportoharboe