summaryrefslogtreecommitdiff
path: root/src/flash/flash.c
Commit message (Expand)AuthorAgeFilesLines
...
* - added patch for new flash functionality like:mifi2007-12-181-53/+158
* - only some cosmetic changes, convert \r\n to unixmifi2007-12-171-3/+3
* - added patch to corrected argument of image_open in handle_flash_write_image...mifi2007-12-171-1/+1
* - change error message for image_open errormifi2007-12-161-5/+6
* - initialize num_sectors and sectors in handle_flash_bank_command.mifi2007-12-161-1/+3
* - added patch to display device information as INFO toomifi2007-12-091-3/+13
* - reset_run now works as expected on cortex-m3ntfreak2007-11-211-3/+2
* - cleaned up str7, str9 and stm32 flash driversntfreak2007-10-081-0/+3
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-011-21/+61
* - Fixed display of sector sizes in flash.cmlu2007-09-101-2/+2
* - update jtag_speed setting when changing it during runtime with a FT2232 bas...drath2007-08-161-3/+6
* - fixed several bugs in flash writing code (thanks to Pavel Chromy)drath2007-08-161-111/+139
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-141-13/+51
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-69/+299
* - ST STM32x cortex support addedntfreak2007-06-241-0/+2
* - added mingw elf patches from Vincent Palatinntfreak2007-06-161-8/+11
* - merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath2007-06-141-0/+2
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-141-3/+1
* - reworked image handling to support multiple sections (tested with ihex file...drath2007-05-301-41/+53
* - split fileio handling into fileio part and image handlingdrath2007-05-291-14/+14
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-35/+29
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-0/+4
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-0/+13
* - integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs a...drath2006-09-071-6/+11
* - added configurable delays after reset lines get deasserted. useful if reset...drath2006-07-301-1/+7
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-1/+5
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+556