summaryrefslogtreecommitdiff
path: root/src/flash/str9x.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace that occurs before ')'.zwelch2009-06-231-6/+6
* Remove whitespace that occurs after '('.zwelch2009-06-231-5/+5
* - Fixes '[<>]' whitespacezwelch2009-06-231-3/+3
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-16/+16
* - Fixes '==' whitespacezwelch2009-06-231-3/+3
* - Fixes '<<' whitespacezwelch2009-06-231-3/+3
* - Fixes '!=' whitespacezwelch2009-06-231-13/+13
* - Replace 'while(' with 'while ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-5/+5
* C99 printf() -Werror fixesduane2009-06-211-1/+1
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-22/+22
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-9/+9
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-84/+84
* Add target_run_algorithm wrapper:zwelch2009-05-311-1/+1
* Add target_write_memory wrapper:zwelch2009-05-311-2/+2
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-11/+0
* Zach Welch <zw@superlucidity.net> fix str9x type-punned pointeroharboe2009-04-211-2/+5
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-22/+30
* ooops... fixed commit gaffe in previous commit.oharboe2008-08-261-9/+9
* added 1000ms timeoutoharboe2008-08-261-5/+25
* search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe2008-08-191-3/+3
* more error propagationoharboe2008-08-181-7/+32
* added error handling to avoid false error messages.oharboe2008-08-181-6/+25
* fixed not halted error messagesoharboe2008-08-171-0/+5
* - more fixes to high density stm32x flash driverntfreak2008-07-231-0/+3
* - erase bank using bank erase rather than each sectorntfreak2008-06-051-1/+18
* - str9 driver remove the duplicate target_free_working_area and reformat spac...ntfreak2008-06-031-3/+2
* Fredrik Hederstierna: fix leak + clean up return codesoharboe2008-06-031-4/+5
* - change str9 flash controller to read array after a level 1 protectntfreak2008-04-261-0/+7
* - split str71x driver into banksntfreak2008-04-141-30/+57
* fix flash info - now reports erased state properlyoharboe2008-04-021-45/+1
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-9/+9
* Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe2008-02-281-1/+11
* dos2unix fix.oharboe2008-02-251-624/+624
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-635/+624
* - added autoprobe functionalitymifi2008-01-271-0/+1
* - corrected str91x bank1 programming issuesntfreak2007-10-261-37/+48
* - cleaned up str7, str9 and stm32 flash driversntfreak2007-10-081-20/+19
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-24/+13
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-1/+1
* - several small fixes (thanks to Magnus Lundin and Spencer Oliver)drath2006-10-231-3/+3
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-0/+635