aboutsummaryrefslogtreecommitdiff
path: root/src/flash/str7x.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-23- Replace 'while(' with 'while ('.zwelch1-1/+1
2009-06-21C99 printf() -Werror fixesduane1-4/+4
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-30/+30
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-2/+2
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-5/+5
2009-05-31Add target_run_algorithm wrapper:zwelch1-1/+1
2009-05-31Add target_write_memory wrapper:zwelch1-4/+4
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-9/+0
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-1/+1
2009-04-18The following patches was applied:mifi1-26/+28
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+0
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe1-4/+4
2008-08-17fixed not halted error messagesoharboe1-0/+5
2008-07-23- more fixes to high density stm32x flash driverntfreak1-0/+3
2008-06-04- luminary, stm32 and str7 flash driver error cleanupntfreak1-0/+1
2008-04-14- split str71x driver into banksntfreak1-108/+48
2008-04-02fix flash info - now reports erased state properlyoharboe1-44/+1
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-18/+18
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe1-8/+18
2008-02-25dos2unix fix.oharboe1-804/+804
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe1-814/+804
2008-01-27- added autoprobe functionalitymifi1-0/+1
2007-10-08- cleaned up str7, str9 and stm32 flash driversntfreak1-28/+109
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-29/+18
2007-03-28- merged XScale branch back into trunkdrath1-4/+5
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath1-0/+9
2006-09-12- allow writes to second flash bank on STR71x devices (cleaned up sector list...drath1-55/+139
2006-09-07- free working area used to store flash write bufferdrath1-0/+2
2006-09-07- integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs a...drath1-42/+215
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath1-2/+2
2006-08-17- renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath1-1/+1
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-0/+5
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+469