Duane Ellis: fix warnings
[fw/openocd] / src / flash / flash.c
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-20 oharboeopenocd@duaneellis.com fix naming confusion. Use ocd_...
2008-07-18 ntfreak- fix incorrectly registered function openocd_array2mem
2008-07-18 oharboeCharles Hardin <ckhardin@gmail.com> move tcl stuff...
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> move jim into...
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> and Øyvind Harboe
2008-07-16 oharboeflash_banks now follow OpenOCD scripting API rules
2008-07-09 oharboe"flash banks" is now implemented in Tcl on top of ...
2008-07-09 oharboeadded flash_banks low level command.
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-05-27 ntfreakflash_write will attempt to pad image sections
2008-05-20 oharboeEdgar Grimberg fixes some memory handling issues and
2008-04-24 oharboeClose dangling file handle
2008-04-23 oharboePavel Chromy's on chip flash loader
2008-04-20 oharboeKarl RobinSod <karl.robinsod@gmail.com> added lpc288x...
2008-04-19 ntfreak- flash.c change stricmp to strcmp
2008-04-19 oharboeretired auto_erase, added optional erase arg to flash...
2008-04-18 drath- Flash auto-erase is disabled by default
2008-04-18 oharboeEnabled auto erase, gdb memory map and gdb flash progra...
2008-04-08 oharboeadded a couple of LOG_ERROR() messages to improve logfile.
2008-04-04 oharboe- reverted some of the changes that possibly broke...
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-04-02 oharboefix flash info - now reports erased state properly
2008-04-01 oharboe- fixes for jtag_khz committed.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-05 oharboePavel Chromy: memory leak in at91sam7 flash driver...
2008-03-04 oharboeBogus error message in GDB removed
2008-02-29 oharboe- image.c and fileio.c now uses logging to propagate...
2008-02-29 oharboePavel Chromy: clarify error messages
2008-02-28 oharboePavel Chromy - cleanup error messages
2008-02-28 oharboePavel Chromy cleaned up checks for halted, error messag...
2008-02-28 ntfreak- added svn props
2008-02-28 oharboeeCos flash driver.
2008-02-25 oharboedos2unix fix.
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-02-19 ntfreak- Fixed bug in pathmove for XScale
2008-02-12 ntfreak- add autoprobe support to flash info command
2008-01-27 mifi- added autoprobe functionality
2008-01-17 ntfreak- add missing files from previous commit (tms470 flash...
2008-01-17 drath- added tms470 flash support (thanks to Chris Kilgour...
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- fixed problem when write_image is called multiple...
2007-12-20 ntfreak- removed flash write_image - binary compare function...
2007-12-18 mifi- added patch for new flash functionality like:
2007-12-17 mifi- only some cosmetic changes, convert \r\n to unix
2007-12-17 mifi- added patch to corrected argument of image_open in...
2007-12-16 mifi- change error message for image_open error
2007-12-16 mifi- initialize num_sectors and sectors in handle_flash_ba...
2007-12-09 mifi- added patch to display device information as INFO too
2007-11-21 ntfreak- reset_run now works as expected on cortex-m3
2007-10-08 ntfreak- cleaned up str7, str9 and stm32 flash drivers
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-09-10 mlu- Fixed display of sector sizes in flash.c
2007-08-16 drath- update jtag_speed setting when changing it during...
2007-08-16 drath- fixed several bugs in flash writing code (thanks...
2007-08-14 drath- reworked presto.c to allow use of either FTD2XX or...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-06-24 ntfreak- ST STM32x cortex support added
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
2007-06-14 drath- merged support for Cortex-M3 from cortex-m3 branch...
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-30 drath- reworked image handling to support multiple sections...
2007-05-29 drath- split fileio handling into fileio part and image...
2007-03-15 drath- reworked file i/o. every fileaccess (target, flash...
2007-01-22 drath- fix incorrect parsing of whitespace in command.c...
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-09-07 drath- integrated patch from Magnus Lundin that fixes at91sa...
2006-07-30 drath- added configurable delays after reset lines get deass...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/