summaryrefslogtreecommitdiff
path: root/src/flash/lpc3180_nand_controller.c
Commit message (Expand)AuthorAgeFilesLines
* C99 printf() -Werror fixesduane2009-06-211-2/+2
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-15/+15
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-17/+17
* Add target_write_memory wrapper:zwelch2009-05-311-2/+2
* Add target_read_memory wrapper:zwelch2009-05-311-2/+2
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-2/+2
* Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf2009-05-181-130/+130
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-8/+0
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-3/+3
* The following patches was applied:mifi2009-04-181-29/+29
* - remove target specific variant and use target->variant memberntfreak2008-12-131-3/+3
* search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe2008-08-191-2/+2
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-42/+42
* dos2unix fix.oharboe2008-02-251-915/+915
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-916/+915
* - correctly mask out bits that aren't part of a copied bufferdrath2007-04-121-1/+1
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-0/+916