aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-11-01flash: add Stellaris Blizzard classSpencer Oliver1-1/+1
2011-11-01target: rename cortex_m3.[ch] to cortex_m.[ch]Spencer Oliver4-4/+4
2011-10-31warning fix: remove senseless assignment before bailing out of fn w/errorØyvind Harboe1-1/+0
2011-10-31warnings: null pointer check fixØyvind Harboe1-5/+4
2011-10-31cfi: unsupported code paths now report and return errorØyvind Harboe1-14/+19
2011-10-31bugfixes: tinker a bit with the targets commandØyvind Harboe1-24/+35
2011-10-31dsp563xxx: fix missing error propagation found by clangØyvind Harboe1-5/+7
2011-10-29clang: fix warning by adding assert that shows that a variable is usedØyvind Harboe1-0/+2
2011-10-28Fixes comment typo for page sizeJonathan Dumaresq1-1/+1
2011-10-27bugfixes: numerous bugs in error propagation found by clangØyvind Harboe1-14/+20
2011-10-27clang: fix warning about missing check for return valueØyvind Harboe1-1/+2
2011-10-26clang: fix warning about use of unitialized variableØyvind Harboe1-1/+1
2011-10-25armv7a: fix scan-build warningsAndreas Fritiofson1-2/+3
2011-10-25armv7a: make local functions staticAndreas Fritiofson2-6/+4
2011-10-25armv7m: improve error handlingAndreas Fritiofson1-31/+23
2011-10-24Fix "Evaluate 'script' in the global scope"Freddie Chopin1-1/+1
2011-10-24warning: silence gcc by initializing local variablesØyvind Harboe1-1/+1
2011-10-23SERVER: fix clang warningAntonio Borneo1-1/+2
2011-10-23NOR/CORE: fix clang warningAntonio Borneo1-1/+2
2011-10-23NAND/CORE: fix clang warningAntonio Borneo1-1/+2
2011-10-23FLASH/CFI: fix clang warningsAntonio Borneo1-4/+5
2011-10-23mx2: add error propagation and remove warningsØyvind Harboe1-9/+14
2011-10-23fm3: fix warning for superfluous assignmentØyvind Harboe1-1/+0
2011-10-23kinetis: fix warning about malloc(0) w/assertØyvind Harboe1-0/+1
2011-10-23clang: fix warning w/assert so that clang knows that there will be no divisio...Øyvind Harboe1-1/+2
2011-10-23clang: fix malloc() warning with assertØyvind Harboe2-0/+3
2011-10-23tms470: removed unnecessary operationsEdgar Grimberg1-4/+2
2011-10-22FLASH/STMSMI: fix clang "dead store" warningAntonio Borneo1-5/+2
2011-10-22buspirate: ignore return value and fix warningØyvind Harboe1-2/+2
2011-10-22warning: fix false positiveØyvind Harboe1-1/+1
2011-10-22server: remove warning due to dead assignmentØyvind Harboe1-2/+5
2011-10-21jim: add missing jim licenseSpencer Oliver2-0/+86
2011-10-20rtos: remove broken code for handling the deprecated qP packetAndreas Fritiofson1-85/+1
2011-10-20rtos: return the correct value if the T or H packets are handledAndreas Fritiofson1-0/+2
2011-10-19Unused variablesFreddie Chopin2-10/+2
2011-10-19Updated fm3.c, added Flash type 2 support, error handling improvedMarc Willam / Holger Wech1-217/+470
2011-10-18xscale: fix bug in xscale_receive()Matt Reimer1-1/+1
2011-10-18luminary: add new targetsSpencer Oliver1-3/+71
2011-10-17Add the SAM3N familly to the chip_details tableAttila Kinali1-0/+437
2011-10-17target_request: add target_got_message() that can be used to improve DCC perf...Øyvind Harboe2-0/+19
2011-10-17target: DCC / target message backoff algorithmØyvind Harboe1-0/+8
2011-10-14arm-jtag-ew: whitespace cleanupSpencer Oliver1-26/+15
2011-10-14flash: fix lpc2000 driver typoSpencer Oliver1-4/+1
2011-10-13target: whitespace cleanupSpencer Oliver1-35/+32
2011-10-13breakpoint : smp software breakpoint issueMichel Jaouen2-3/+19
2011-10-11breakpoint : indentationMichel Jaouen1-36/+36
2011-10-11replace berlios url's with sourceforge url'sSpencer Oliver1-1/+1
2011-10-09stm32f1x: use async algorithm in flash programming routineAndreas Fritiofson1-51/+159
2011-10-09stm32f1x: use register base instead of register offsetAndreas Fritiofson1-44/+51
2011-10-09cortex_m3: use armv7m's async algorithm implementationAndreas Fritiofson1-0/+2