aboutsummaryrefslogtreecommitdiff
path: root/src/flash/flash.h
AgeCommit message (Expand)Author
2009-11-16flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13image_t -> struct imageZachary T Welch
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch
2009-11-13add FLASH_BANK_COMMAND_HANDLER macroZachary T Welch
2009-11-11remove obsolete doxygen commentsZachary T Welch
2009-11-11add const keyword to some APIsZachary T Welch
2009-11-09src/flash: remove 'extern' and wrap headersZachary T Welch
2009-11-05Add Flash/NAND bank command argument helpers.Zachary T Welch
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-30Fix search and replace casualty in flash.h doxygen block.zwelch
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-05-29Add documentation to flash.h:zwelch
2009-05-11Audit and eliminate redundant #include directives in src/flash headers.zwelch
2008-09-27- convert spaces to tabs in at91sam7.[ch]ntfreak
2008-09-26Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc...oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-08-05Duane Ellis: fix warningsoharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-05-27- moved flash erase_check target code to target.cntfreak
2008-04-02fix flash info - now reports erased state properlyoharboe
2008-03-05Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...oharboe
2008-03-04Bogus error message in GDB removedoharboe
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe
2008-02-25dos2unix fix.oharboe
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe
2008-01-27- added autoprobe functionalitymifi
2008-01-09- rename flash_init and flash_erase to flash_init_drivers and flash_erase_add...ntfreak
2007-12-29- minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak
2007-12-20- removed flash write_image - binary compare function has been moved to verif...ntfreak
2007-12-18- added patch for new flash functionality like:mifi
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak
2007-08-16- fixed several bugs in flash writing code (thanks to Pavel Chromy)drath
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath