aboutsummaryrefslogtreecommitdiff
path: root/src/flash/str9x.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-31Add target_write_memory wrapper:zwelch1-2/+2
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-11/+0
2009-04-21Zach Welch <zw@superlucidity.net> fix str9x type-punned pointeroharboe1-2/+5
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-1/+1
2009-04-18The following patches was applied:mifi1-22/+30
2008-08-26ooops... fixed commit gaffe in previous commit.oharboe1-9/+9
2008-08-26added 1000ms timeoutoharboe1-5/+25
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe1-3/+3
2008-08-18more error propagationoharboe1-7/+32
2008-08-18added error handling to avoid false error messages.oharboe1-6/+25
2008-08-17fixed not halted error messagesoharboe1-0/+5
2008-07-23- more fixes to high density stm32x flash driverntfreak1-0/+3
2008-06-05- erase bank using bank erase rather than each sectorntfreak1-1/+18
2008-06-03- str9 driver remove the duplicate target_free_working_area and reformat spac...ntfreak1-3/+2
2008-06-03Fredrik Hederstierna: fix leak + clean up return codesoharboe1-4/+5
2008-04-26- change str9 flash controller to read array after a level 1 protectntfreak1-0/+7
2008-04-14- split str71x driver into banksntfreak1-30/+57
2008-04-02fix flash info - now reports erased state properlyoharboe1-45/+1
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-9/+9
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe1-1/+11
2008-02-25dos2unix fix.oharboe1-624/+624
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe1-635/+624
2008-01-27- added autoprobe functionalitymifi1-0/+1
2007-10-26- corrected str91x bank1 programming issuesntfreak1-37/+48
2007-10-08- cleaned up str7, str9 and stm32 flash driversntfreak1-20/+19
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-24/+13
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath1-1/+1
2006-10-23- several small fixes (thanks to Magnus Lundin and Spencer Oliver)drath1-3/+3
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath1-0/+635