aboutsummaryrefslogtreecommitdiff
path: root/src/flash/flash.c
AgeCommit message (Expand)Author
2009-11-11add const keyword to some APIsZachary T Welch
2009-11-09flash/flash.c: remove forward declarationsZachary T Welch
2009-11-09Overhaul time support APIZachary T Welch
2009-11-06Improve flash indentation.Zachary T Welch
2009-11-05Improve flash.c command argument parsing.Zachary T Welch
2009-11-05Add Flash/NAND bank command argument helpers.Zachary T Welch
2009-10-20Added the faux flash driver and target. Used for testing.Øyvind Harboe
2009-10-20Added 'unlock' option to flash write_imageØyvind Harboe
2009-10-10printf format warning fixesDavid Brownell
2009-09-22- fix build issue under win32 (cygwin/msys) from svn r2746ntfreak
2009-09-22Make it easier to erase or protect through to the enddbrownell
2009-09-16Rolf Meeser <rolfm_9dq@yahoo.de> adds flash support for NXP's LPC2900 family ...oharboe
2009-08-30David Brownell <david-b@pacbell.net> Remove duplicate check for flash write s...oharboe
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-30Remove at91sam3.h from flash.c; use extern like other drivers.zwelch
2009-06-24Add support for ATMEL AT91SAM3U - CortexM3 Familyduane
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '>>' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-06-05remove unused include file: inttypes.hoharboe
2009-05-31Add target_read_memory wrapper:zwelch
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-05-07Deleted at9sam7_old driver. Nobody has complained about the new one yet.oharboe
2009-04-30Fix signed/unsigned comparison.zwelch
2009-04-30flash fillX now has a verify stageoharboe
2009-04-27SimonQian <simonqian@simonqian.com> AVR wipoharboe
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe
2009-04-18The following patches was applied:mifi
2009-03-05Audrius Urmanavičius <didele.deze@gmail.com> cleanup flash filloharboe
2009-02-19John Woods <johnrw@gmail.com> fix checks for addresses at upper end of the un...oharboe
2009-02-12- issue warning when flash image exceeds configured flash size.ntfreak
2009-01-02John McCarthy <jgmcc@magma.ca> pic32mx flash wipoharboe
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-12-11- typo with flash bank help commandntfreak