summaryrefslogtreecommitdiff
path: root/src/flash/flash.c
Commit message (Expand)AuthorAgeFilesLines
* Remove at91sam3.h from flash.c; use extern like other drivers.zwelch2009-06-301-1/+1
* Add support for ATMEL AT91SAM3U - CortexM3 Familyduane2009-06-241-0/+2
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-23/+23
* Remove whitespace that occurs before ')'.zwelch2009-06-231-4/+4
* Remove whitespace that occurs after '('.zwelch2009-06-231-3/+3
* - Fixes '[<>]' whitespacezwelch2009-06-231-2/+2
* - Fixes '[|]' whitespacezwelch2009-06-231-1/+1
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-13/+13
* - Fixes '==' whitespacezwelch2009-06-231-2/+2
* - Fixes '>>' whitespacezwelch2009-06-231-2/+2
* - Fixes '!=' whitespacezwelch2009-06-231-5/+5
* - Replace 'for(' with 'for ('.zwelch2009-06-231-2/+2
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-2/+2
* - Replace 'if(' with 'if ('.zwelch2009-06-231-4/+4
* C99 printf() -Werror fixesduane2009-06-211-28/+55
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-27/+27
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-6/+6
* remove unused include file: inttypes.hoharboe2009-06-051-2/+0
* Add target_read_memory wrapper:zwelch2009-05-311-1/+1
* David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2009-05-211-4/+7
* 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-15/+2
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Deleted at9sam7_old driver. Nobody has complained about the new one yet.oharboe2009-05-071-2/+0
* Fix signed/unsigned comparison.zwelch2009-04-301-1/+1
* flash fillX now has a verify stageoharboe2009-04-301-0/+16
* SimonQian <simonqian@simonqian.com> AVR wipoharboe2009-04-271-0/+2
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-6/+6
* The following patches was applied:mifi2009-04-181-24/+22
* Audrius Urmanavičius <didele.deze@gmail.com> cleanup flash filloharboe2009-03-051-3/+3
* John Woods <johnrw@gmail.com> fix checks for addresses at upper end of the un...oharboe2009-02-191-3/+3
* - issue warning when flash image exceeds configured flash size.ntfreak2009-02-121-0/+4
* John McCarthy <jgmcc@magma.ca> pic32mx flash wipoharboe2009-01-021-1/+6
* - remove target specific variant and use target->variant memberntfreak2008-12-131-4/+0
* - typo with flash bank help commandntfreak2008-12-111-1/+1
* ocd_flash_banks now returns empty list when no flash banks are configured ins...oharboe2008-11-071-5/+0
* ocd_flash_banks now returns empty list when no flash banks are configured ins...oharboe2008-11-071-2/+2
* Rick Altherr <kc8apf@kc8apf.net> - fix warningsoharboe2008-11-031-1/+1
* Rick Altherr <kc8apf@kc8apf.net> - fix flash write_bank output.oharboe2008-11-021-1/+1
* fix error handling in flash filloharboe2008-10-161-11/+7
* removed autoerase from flash fillXoharboe2008-10-161-23/+13
* Laurentiu Cocanu - more error handling fixesoharboe2008-10-141-8/+31
* - convert spaces to tabs in at91sam7.[ch]ntfreak2008-09-271-17/+15
* Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc...oharboe2008-09-261-18/+21
* - renamed x7926 driver to aduc702x to match other flash driversntfreak2008-09-241-2/+2
* "marcel" <M.W.Wijlaars@tue.nl>, oharboe2008-09-241-37/+39
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> fix end of addres...oharboe2008-08-241-1/+1
* fixed error handling in flash bank.oharboe2008-08-191-5/+6