aboutsummaryrefslogtreecommitdiff
path: root/src/flash/flash.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-3/+3
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch1-3/+3
2009-11-13add FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-2/+6
2009-11-11remove obsolete doxygen commentsZachary T Welch1-6/+0
2009-11-11add const keyword to some APIsZachary T Welch1-1/+1
2009-11-09src/flash: remove 'extern' and wrap headersZachary T Welch1-15/+19
2009-11-05Add Flash/NAND bank command argument helpers.Zachary T Welch1-0/+10
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-30Fix search and replace casualty in flash.h doxygen block.zwelch1-1/+1
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-14/+14
2009-06-23- Fixes '[<>]' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-4/+4
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-8/+8
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-1/+1
2009-05-29Add documentation to flash.h:zwelch1-12/+245
2009-05-11Audit and eliminate redundant #include directives in src/flash headers.zwelch1-5/+7
2008-09-27- convert spaces to tabs in at91sam7.[ch]ntfreak1-8/+8
2008-09-26Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc...oharboe1-8/+9
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-08-05Duane Ellis: fix warningsoharboe1-1/+1
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-05-27- moved flash erase_check target code to target.cntfreak1-1/+2
2008-04-02fix flash info - now reports erased state properlyoharboe1-0/+1
2008-03-05Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...oharboe1-0/+1
2008-03-04Bogus error message in GDB removedoharboe1-0/+1
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe1-11/+7
2008-02-25dos2unix fix.oharboe1-97/+97
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe1-86/+97
2008-01-27- added autoprobe functionalitymifi1-0/+1
2008-01-09- rename flash_init and flash_erase to flash_init_drivers and flash_erase_add...ntfreak1-2/+2
2007-12-29- minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak1-0/+1
2007-12-20- removed flash write_image - binary compare function has been moved to verif...ntfreak1-8/+1
2007-12-18- added patch for new flash functionality like:mifi1-1/+8
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak1-1/+1
2007-08-16- fixed several bugs in flash writing code (thanks to Pavel Chromy)drath1-1/+1
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-0/+8
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+76