summaryrefslogtreecommitdiff
path: root/src/flash/ecos.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* - Fixes '[<>]' whitespacezwelch2009-06-231-2/+2
* - Fixes '+' whitespacezwelch2009-06-231-10/+10
* - Fixes '=' whitespacezwelch2009-06-231-28/+28
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-4/+4
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-3/+3
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-20/+20
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-4/+4
* Add target_run_algorithm wrapper:zwelch2009-05-311-1/+1
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-2/+2
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-12/+2
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-30/+36
* - remove target specific variant and use target->variant memberntfreak2008-12-131-69/+52
* error checking - no reported errors, but catched a couple of exit()'s and con...oharboe2008-11-191-38/+38
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+1
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-1/+1
* added a couple of LOG_ERROR() messages to improve logfile.oharboe2008-04-081-2/+3
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-041-4/+3
* fix flash info - now reports erased state properlyoharboe2008-04-021-7/+1
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-8/+8
* Michael Bruck: fixed warningsoharboe2008-03-071-1/+3
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-19/+20
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-291-1/+0
* - added svn propsntfreak2008-02-281-485/+485
* lingering change for eCos flash driveroharboe2008-02-281-1/+5
* eCos flash driver.oharboe2008-02-281-0/+481