aboutsummaryrefslogtreecommitdiff
path: root/src/flash/flash.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-25dos2unix fix.oharboe1-945/+945
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe1-1071/+945
2008-02-19- Fixed bug in pathmove for XScalentfreak1-6/+2
2008-02-12- add autoprobe support to flash info commandntfreak1-3/+5
2008-01-27- added autoprobe functionalitymifi1-2/+28
2008-01-17- add missing files from previous commit (tms470 flash driver)ntfreak1-1/+1
2008-01-17- added tms470 flash support (thanks to Chris Kilgour for this patch)drath1-0/+2
2008-01-09- rename flash_init and flash_erase to flash_init_drivers and flash_erase_add...ntfreak1-4/+4
2007-12-29- minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak1-8/+20
2007-12-20- fixed problem when write_image is called multiple timesntfreak1-3/+17
2007-12-20- removed flash write_image - binary compare function has been moved to verif...ntfreak1-127/+88
2007-12-18- added patch for new flash functionality like:mifi1-53/+158
2007-12-17- only some cosmetic changes, convert \r\n to unixmifi1-3/+3
2007-12-17- added patch to corrected argument of image_open in handle_flash_write_image...mifi1-1/+1
2007-12-16- change error message for image_open errormifi1-5/+6
2007-12-16- initialize num_sectors and sectors in handle_flash_bank_command.mifi1-1/+3
2007-12-09- added patch to display device information as INFO toomifi1-3/+13
2007-11-21- reset_run now works as expected on cortex-m3ntfreak1-3/+2
2007-10-08- cleaned up str7, str9 and stm32 flash driversntfreak1-0/+3
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak1-21/+61
2007-09-10- Fixed display of sector sizes in flash.cmlu1-2/+2
2007-08-16- update jtag_speed setting when changing it during runtime with a FT2232 bas...drath1-3/+6
2007-08-16- fixed several bugs in flash writing code (thanks to Pavel Chromy)drath1-111/+139
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath1-13/+51
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-69/+299
2007-06-24- ST STM32x cortex support addedntfreak1-0/+2
2007-06-16- added mingw elf patches from Vincent Palatinntfreak1-8/+11
2007-06-14- merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath1-0/+2
2007-06-14- added manpage for OpenOCD (thanks to Uwe Hermann)drath1-3/+1
2007-05-30- reworked image handling to support multiple sections (tested with ihex file...drath1-41/+53
2007-05-29- split fileio handling into fileio part and image handlingdrath1-14/+14
2007-03-15- reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath1-35/+29
2007-01-22- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath1-0/+4
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath1-0/+13
2006-09-07- integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs a...drath1-6/+11
2006-07-30- added configurable delays after reset lines get deasserted. useful if reset...drath1-1/+7
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-1/+5
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+556