summaryrefslogtreecommitdiff
path: root/src/flash/mflash.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-14/+14
* Remove whitespace that occurs before ')'.zwelch2009-06-231-3/+3
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-3/+3
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-2/+2
* C99 printf() -Werror fixesduane2009-06-211-19/+19
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-30/+30
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-32/+32
* unsik Kim <donari75@gmail.com>:zwelch2009-06-121-191/+233
* Add target_write_memory wrapper:zwelch2009-05-311-2/+2
* Add target_read_memory wrapper:zwelch2009-05-311-3/+3
* Fix potentialyl unaligned memory accesses in mflash driver.zwelch2009-05-271-2/+3
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-23/+64
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-10/+449
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-12/+0
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-23/+5
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-13/+13
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-2/+2
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-12/+3
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Philippe Vachon <philippe@cowpig.ca> 64 bit host fixesoharboe2009-04-271-4/+8
* Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe2009-02-181-25/+0
* - remove target specific variant and use target->variant memberntfreak2008-12-131-75/+70
* - update docs deprecated section to include links to new commands (if any)ntfreak2008-10-161-876/+876
* unsik Kim <donari75@gmail.com> - mflash supportoharboe2008-10-161-0/+876