| Commit message (Expand) | Author | Age | Files | Lines |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | Remove at91sam3.h from flash.c; use extern like other drivers. | zwelch | 2009-06-30 | 1 | -1/+1 |
* | Add support for ATMEL AT91SAM3U - CortexM3 Family | duane | 2009-06-24 | 1 | -0/+2 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -23/+23 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -13/+13 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '>>' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -5/+5 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -28/+55 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 1 | -27/+27 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 1 | -6/+6 |
* | remove unused include file: inttypes.h | oharboe | 2009-06-05 | 1 | -2/+0 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net>: This patch adds annotations to | zwelch | 2009-05-21 | 1 | -4/+7 |
* | 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 | -15/+2 |
* | Remove redundant sys/types.h #include directives (now in types.h). | zwelch | 2009-05-11 | 1 | -1/+0 |
* | Deleted at9sam7_old driver. Nobody has complained about the new one yet. | oharboe | 2009-05-07 | 1 | -2/+0 |
* | Fix signed/unsigned comparison. | zwelch | 2009-04-30 | 1 | -1/+1 |
* | flash fillX now has a verify stage | oharboe | 2009-04-30 | 1 | -0/+16 |
* | SimonQian <simonqian@simonqian.com> AVR wip | oharboe | 2009-04-27 | 1 | -0/+2 |
* | Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons | oharboe | 2009-04-19 | 1 | -6/+6 |
* | The following patches was applied: | mifi | 2009-04-18 | 1 | -24/+22 |
* | Audrius Urmanavičius <didele.deze@gmail.com> cleanup flash fill | oharboe | 2009-03-05 | 1 | -3/+3 |
* | John Woods <johnrw@gmail.com> fix checks for addresses at upper end of the un... | oharboe | 2009-02-19 | 1 | -3/+3 |
* | - issue warning when flash image exceeds configured flash size. | ntfreak | 2009-02-12 | 1 | -0/+4 |
* | John McCarthy <jgmcc@magma.ca> pic32mx flash wip | oharboe | 2009-01-02 | 1 | -1/+6 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -4/+0 |
* | - typo with flash bank help command | ntfreak | 2008-12-11 | 1 | -1/+1 |
* | ocd_flash_banks now returns empty list when no flash banks are configured ins... | oharboe | 2008-11-07 | 1 | -5/+0 |
* | ocd_flash_banks now returns empty list when no flash banks are configured ins... | oharboe | 2008-11-07 | 1 | -2/+2 |
* | Rick Altherr <kc8apf@kc8apf.net> - fix warnings | oharboe | 2008-11-03 | 1 | -1/+1 |
* | Rick Altherr <kc8apf@kc8apf.net> - fix flash write_bank output. | oharboe | 2008-11-02 | 1 | -1/+1 |
* | fix error handling in flash fill | oharboe | 2008-10-16 | 1 | -11/+7 |
* | removed autoerase from flash fillX | oharboe | 2008-10-16 | 1 | -23/+13 |
* | Laurentiu Cocanu - more error handling fixes | oharboe | 2008-10-14 | 1 | -8/+31 |
* | - convert spaces to tabs in at91sam7.[ch] | ntfreak | 2008-09-27 | 1 | -17/+15 |
* | Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc... | oharboe | 2008-09-26 | 1 | -18/+21 |
* | - renamed x7926 driver to aduc702x to match other flash drivers | ntfreak | 2008-09-24 | 1 | -2/+2 |
* | "marcel" <M.W.Wijlaars@tue.nl>, | oharboe | 2008-09-24 | 1 | -37/+39 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -1/+4 |
* | Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> fix end of addres... | oharboe | 2008-08-24 | 1 | -1/+1 |