aboutsummaryrefslogtreecommitdiff
path: root/src/flash/str9x.c
AgeCommit message (Expand)Author
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-05-31Add target_run_algorithm wrapper:zwelch
2009-05-31Add target_write_memory wrapper:zwelch
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch
2009-04-21Zach Welch <zw@superlucidity.net> fix str9x type-punned pointeroharboe
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe
2009-04-18The following patches was applied:mifi
2008-08-26ooops... fixed commit gaffe in previous commit.oharboe
2008-08-26added 1000ms timeoutoharboe
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe
2008-08-18more error propagationoharboe
2008-08-18added error handling to avoid false error messages.oharboe
2008-08-17fixed not halted error messagesoharboe
2008-07-23- more fixes to high density stm32x flash driverntfreak
2008-06-05- erase bank using bank erase rather than each sectorntfreak
2008-06-03- str9 driver remove the duplicate target_free_working_area and reformat spac...ntfreak
2008-06-03Fredrik Hederstierna: fix leak + clean up return codesoharboe
2008-04-26- change str9 flash controller to read array after a level 1 protectntfreak
2008-04-14- split str71x driver into banksntfreak
2008-04-02fix flash info - now reports erased state properlyoharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe
2008-02-25dos2unix fix.oharboe
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe
2008-01-27- added autoprobe functionalitymifi
2007-10-26- corrected str91x bank1 programming issuesntfreak
2007-10-08- cleaned up str7, str9 and stm32 flash driversntfreak
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath
2006-10-23- several small fixes (thanks to Magnus Lundin and Spencer Oliver)drath
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath