aboutsummaryrefslogtreecommitdiff
path: root/src/flash/flash.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-20/+20
2009-11-13fileio_t -> struct fileioZachary T Welch1-1/+1
2009-11-13add CMD_NAME macro for command handlersZachary T Welch1-1/+1
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-1/+2
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-13/+11
2009-11-11add const keyword to some APIsZachary T Welch1-1/+1
2009-11-09flash/flash.c: remove forward declarationsZachary T Welch1-57/+62
2009-11-09Overhaul time support APIZachary T Welch1-80/+37
2009-11-06Improve flash indentation.Zachary T Welch1-221/+210
2009-11-05Improve flash.c command argument parsing.Zachary T Welch1-68/+51
2009-11-05Add Flash/NAND bank command argument helpers.Zachary T Welch1-0/+17
2009-10-20Added the faux flash driver and target. Used for testing.Øyvind Harboe1-0/+2
2009-10-20Added 'unlock' option to flash write_imageØyvind Harboe1-14/+59
2009-10-10printf format warning fixesDavid Brownell1-5/+6
2009-09-22- fix build issue under win32 (cygwin/msys) from svn r2746ntfreak1-1/+1
2009-09-22Make it easier to erase or protect through to the enddbrownell1-36/+75
2009-09-16Rolf Meeser <rolfm_9dq@yahoo.de> adds flash support for NXP's LPC2900 family ...oharboe1-2/+4
2009-08-30David Brownell <david-b@pacbell.net> Remove duplicate check for flash write s...oharboe1-21/+19
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-30Remove at91sam3.h from flash.c; use extern like other drivers.zwelch1-1/+1
2009-06-24Add support for ATMEL AT91SAM3U - CortexM3 Familyduane1-0/+2
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-23/+23
2009-06-23Remove whitespace that occurs before ')'.zwelch1-4/+4
2009-06-23Remove whitespace that occurs after '('.zwelch1-3/+3
2009-06-23- Fixes '[<>]' whitespacezwelch1-2/+2
2009-06-23- Fixes '[|]' whitespacezwelch1-1/+1
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-13/+13
2009-06-23- Fixes '==' whitespacezwelch1-2/+2
2009-06-23- Fixes '>>' whitespacezwelch1-2/+2
2009-06-23- Fixes '!=' whitespacezwelch1-5/+5
2009-06-23- Replace 'for(' with 'for ('.zwelch1-2/+2
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-2/+2
2009-06-23- Replace 'if(' with 'if ('.zwelch1-4/+4
2009-06-21C99 printf() -Werror fixesduane1-28/+55
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-27/+27
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-6/+6
2009-06-05remove unused include file: inttypes.hoharboe1-2/+0
2009-05-31Add target_read_memory wrapper:zwelch1-1/+1
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch1-4/+7
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf1-2/+2
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-15/+2
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-05-07Deleted at9sam7_old driver. Nobody has complained about the new one yet.oharboe1-2/+0
2009-04-30Fix signed/unsigned comparison.zwelch1-1/+1
2009-04-30flash fillX now has a verify stageoharboe1-0/+16
2009-04-27SimonQian <simonqian@simonqian.com> AVR wipoharboe1-0/+2
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-6/+6
2009-04-18The following patches was applied:mifi1-24/+22
2009-03-05Audrius Urmanavičius <didele.deze@gmail.com> cleanup flash filloharboe1-3/+3