image_t -> struct image
[fw/openocd] / src / flash / flash.h
2009-11-13 Zachary T Welchimage_t -> struct image
2009-11-13 Zachary T Welchflash_driver_t -> struct flash_driver
2009-11-13 Zachary T Welchflash_sector_t -> struct flash_sector
2009-11-13 Zachary T Welchadd FLASH_BANK_COMMAND_HANDLER macro
2009-11-11 Zachary T Welchremove obsolete doxygen comments
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-09 Zachary T Welchsrc/flash: remove 'extern' and wrap headers
2009-11-06 Zachary T WelchAdd Flash/NAND bank command argument helpers.
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-30 zwelchFix search and replace casualty in flash.h doxygen...
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/flash.
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-05-29 zwelchAdd documentation to flash.h:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2008-09-27 ntfreak- convert spaces to tabs in at91sam7.[ch]
2008-09-26 oharboeGheorghe Guran <roatlasro@yahoo.com> redone at91sam7...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-04-02 oharboefix flash info - now reports erased state properly
2008-03-05 oharboePavel Chromy: memory leak in at91sam7 flash driver...
2008-03-04 oharboeBogus error message in GDB removed
2008-02-28 oharboePavel Chromy cleaned up checks for halted, error messag...
2008-02-25 oharboedos2unix fix.
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-01-27 mifi- added autoprobe functionality
2008-01-09 ntfreak- rename flash_init and flash_erase to flash_init_drive...
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
2007-12-20 ntfreak- removed flash write_image - binary compare function...
2007-12-18 mifi- added patch for new flash functionality like:
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-08-16 drath- fixed several bugs in flash writing code (thanks...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/