summaryrefslogtreecommitdiff
path: root/src/flash/str7x.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-94/+94
* - Replace '){' with ') {'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* - Fixes '[|]' whitespacezwelch2009-06-231-4/+4
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '<<' whitespacezwelch2009-06-231-3/+3
* - Replace 'while(' with 'while ('.zwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-4/+4
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-30/+30
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-2/+2
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-5/+5
* Add target_run_algorithm wrapper:zwelch2009-05-311-1/+1
* Add target_write_memory wrapper:zwelch2009-05-311-4/+4
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-9/+0
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-26/+28
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+0
* search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe2008-08-191-4/+4
* fixed not halted error messagesoharboe2008-08-171-0/+5
* - more fixes to high density stm32x flash driverntfreak2008-07-231-0/+3
* - luminary, stm32 and str7 flash driver error cleanupntfreak2008-06-041-0/+1
* - split str71x driver into banksntfreak2008-04-141-108/+48
* fix flash info - now reports erased state properlyoharboe2008-04-021-44/+1
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-18/+18
* Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe2008-02-281-8/+18
* dos2unix fix.oharboe2008-02-251-804/+804
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-814/+804
* - added autoprobe functionalitymifi2008-01-271-0/+1
* - cleaned up str7, str9 and stm32 flash driversntfreak2007-10-081-28/+109
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-29/+18
* - merged XScale branch back into trunkdrath2007-03-281-4/+5
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-0/+9
* - allow writes to second flash bank on STR71x devices (cleaned up sector list...drath2006-09-121-55/+139
* - free working area used to store flash write bufferdrath2006-09-071-0/+2
* - integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs a...drath2006-09-071-42/+215
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-2/+2
* - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath2006-08-171-1/+1
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+5
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+469