aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-11-09warning fix: remove unused variable assignmentØyvind Harboe1-3/+1
2011-11-09em357: fix warning by removing unused local variablesØyvind Harboe1-4/+1
2011-11-09usbprog: fix unecessary and confusing assignmentØyvind Harboe1-2/+0
2011-11-08flash: update luminary device tableSpencer Oliver1-242/+288
2011-11-08arm7_9: remove warnings by reducing scope of variablesØyvind Harboe1-6/+5
2011-11-07disassembly: fix access to undefined memory pointer upon unknown instructionØyvind Harboe1-5/+5
2011-11-07xsvf: add missing error propagationØyvind Harboe1-2/+21
2011-11-07dsp5680xx: fix warningsØyvind Harboe1-1/+1
2011-11-07str9x: explain compiler that a local variable will always be initializedØyvind Harboe1-0/+3
2011-11-07at91sam3: fix warningsØyvind Harboe1-3/+6
2011-11-07str7x: fix error propagationØyvind Harboe1-21/+24
2011-11-07ecos: add missing error propagationØyvind Harboe1-0/+4
2011-11-07xscale: cleanupØyvind Harboe1-1/+8
2011-11-05warning fix: add self-consitency check to remove warningØyvind Harboe1-0/+3
2011-11-04cfi: fix gaffe in fixing warningsØyvind Harboe1-1/+1
2011-11-04etm: fix warning by removing assignment that is immediately overwrittenØyvind Harboe1-1/+0
2011-11-04cortex_m: initialize unused CPU variables to 0 for poll info outputØyvind Harboe1-1/+1
2011-11-04dsp5680xx: add missing and broken error propagationØyvind Harboe1-2/+5
2011-11-04at91sam9: fix broken error propagationØyvind Harboe1-0/+1
2011-11-04avr32_regs: add missing error propagationØyvind Harboe1-0/+3
2011-11-03gdb_server: assert to avoid malloc(0)Øyvind Harboe1-0/+2
2011-11-02fix warning: remove assigned to variableØyvind Harboe1-1/+1
2011-11-02cortex_a: add missing error propagationØyvind Harboe1-1/+5
2011-11-02usbtoxxx: remove warning by reducing scope of variableØyvind Harboe1-2/+3
2011-11-02arm11: print next address to debugØyvind Harboe1-2/+2
2011-11-01cortex_m: add missing error checkingØyvind Harboe1-2/+6
2011-11-01target: fix null pointer exceptionØyvind Harboe1-2/+14
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