| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -14/+14 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '[+]=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -19/+19 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 1 | -30/+30 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -4/+4 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 1 | -32/+32 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-06-12 | 1 | -191/+233 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -2/+2 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 1 | -3/+3 |
* | Fix potentialyl unaligned memory accesses in mflash driver. | zwelch | 2009-05-27 | 1 | -2/+3 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 1 | -23/+64 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 1 | -10/+449 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 1 | -12/+0 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 1 | -23/+5 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 1 | -13/+13 |
* | Consolidate target selection code into single get_target() that handles both ... | kc8apf | 2009-05-18 | 1 | -2/+2 |
* | Audit and eliminate redundant #include directives in src/flash sources. | zwelch | 2009-05-11 | 1 | -12/+3 |
* | Remove redundant sys/types.h #include directives (now in types.h). | zwelch | 2009-05-11 | 1 | -1/+0 |
* | Philippe Vachon <philippe@cowpig.ca> 64 bit host fixes | oharboe | 2009-04-27 | 1 | -4/+8 |
* | Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings | oharboe | 2009-02-18 | 1 | -25/+0 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -75/+70 |
* | - update docs deprecated section to include links to new commands (if any) | ntfreak | 2008-10-16 | 1 | -876/+876 |
* | unsik Kim <donari75@gmail.com> - mflash support | oharboe | 2008-10-16 | 1 | -0/+876 |