summaryrefslogtreecommitdiff
path: root/src/flash/mflash.h
Commit message (Expand)AuthorAgeFilesLines
* warnings: use more 'const' for char *Øyvind Harboe2010-12-291-1/+1
* MFLASH: review scope of functionsAntonio Borneo2010-04-101-1/+0
* #include "target.h" less wildlyDavid Brownell2009-11-161-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-2/+2
* target_t -> struct targetZachary T Welch2009-11-131-1/+1
* mflash_bank_t -> struct mflash_bankZachary T Welch2009-11-131-2/+2
* mg_drv_info_t -> struct mg_drv_infoZachary T Welch2009-11-131-3/+3
* mflash_gpio_drv_t -> struct mflash_gpio_drvZachary T Welch2009-11-131-3/+3
* mflash_gpio_num_t -> struct mflash_gpio_numZachary T Welch2009-11-131-5/+5
* src/flash: remove 'extern' and wrap headersZachary T Welch2009-11-091-2/+2
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-2/+2
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-1/+1
* unsik Kim <donari75@gmail.com>:zwelch2009-06-121-0/+7
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-0/+2
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-1/+52
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-2/+0
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-4/+0
* Audit and eliminate redundant #include directives in src/flash headers.zwelch2009-05-111-0/+2
* - remove target specific variant and use target->variant memberntfreak2008-12-131-129/+129
* - update docs deprecated section to include links to new commands (if any)ntfreak2008-10-161-245/+245
* unsik Kim <donari75@gmail.com> - mflash supportoharboe2008-10-161-0/+245