aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-11-03gdb_server: assert to avoid malloc(0)Øyvind Harboe
2011-11-02fix warning: remove assigned to variableØyvind Harboe
2011-11-02cortex_a: add missing error propagationØyvind Harboe
2011-11-02usbtoxxx: remove warning by reducing scope of variableØyvind Harboe
2011-11-02arm11: print next address to debugØyvind Harboe
2011-11-01cortex_m: add missing error checkingØyvind Harboe
2011-11-01target: fix null pointer exceptionØyvind Harboe
2011-11-01flash: add Stellaris Blizzard classSpencer Oliver
2011-11-01target: rename cortex_m3.[ch] to cortex_m.[ch]Spencer Oliver
2011-10-31warning fix: remove senseless assignment before bailing out of fn w/errorØyvind Harboe
2011-10-31warnings: null pointer check fixØyvind Harboe
2011-10-31cfi: unsupported code paths now report and return errorØyvind Harboe
2011-10-31bugfixes: tinker a bit with the targets commandØyvind Harboe
2011-10-31dsp563xxx: fix missing error propagation found by clangØyvind Harboe
2011-10-29clang: fix warning by adding assert that shows that a variable is usedØyvind Harboe
2011-10-28Fixes comment typo for page sizeJonathan Dumaresq
2011-10-27bugfixes: numerous bugs in error propagation found by clangØyvind Harboe
2011-10-27clang: fix warning about missing check for return valueØyvind Harboe
2011-10-26clang: fix warning about use of unitialized variableØyvind Harboe
2011-10-25armv7a: fix scan-build warningsAndreas Fritiofson
2011-10-25armv7a: make local functions staticAndreas Fritiofson
2011-10-25armv7m: improve error handlingAndreas Fritiofson
2011-10-24Fix "Evaluate 'script' in the global scope"Freddie Chopin
2011-10-24warning: silence gcc by initializing local variablesØyvind Harboe
2011-10-23SERVER: fix clang warningAntonio Borneo
2011-10-23NOR/CORE: fix clang warningAntonio Borneo
2011-10-23NAND/CORE: fix clang warningAntonio Borneo
2011-10-23FLASH/CFI: fix clang warningsAntonio Borneo
2011-10-23mx2: add error propagation and remove warningsØyvind Harboe
2011-10-23fm3: fix warning for superfluous assignmentØyvind Harboe
2011-10-23kinetis: fix warning about malloc(0) w/assertØyvind Harboe
2011-10-23clang: fix warning w/assert so that clang knows that there will be no divisio...Øyvind Harboe
2011-10-23clang: fix malloc() warning with assertØyvind Harboe
2011-10-23tms470: removed unnecessary operationsEdgar Grimberg
2011-10-22FLASH/STMSMI: fix clang "dead store" warningAntonio Borneo
2011-10-22buspirate: ignore return value and fix warningØyvind Harboe
2011-10-22warning: fix false positiveØyvind Harboe
2011-10-22server: remove warning due to dead assignmentØyvind Harboe
2011-10-21jim: add missing jim licenseSpencer Oliver
2011-10-20rtos: remove broken code for handling the deprecated qP packetAndreas Fritiofson
2011-10-20rtos: return the correct value if the T or H packets are handledAndreas Fritiofson
2011-10-19Unused variablesFreddie Chopin
2011-10-19Updated fm3.c, added Flash type 2 support, error handling improvedMarc Willam / Holger Wech
2011-10-18xscale: fix bug in xscale_receive()Matt Reimer
2011-10-18luminary: add new targetsSpencer Oliver
2011-10-17Add the SAM3N familly to the chip_details tableAttila Kinali
2011-10-17target_request: add target_got_message() that can be used to improve DCC perf...Øyvind Harboe
2011-10-17target: DCC / target message backoff algorithmØyvind Harboe
2011-10-14arm-jtag-ew: whitespace cleanupSpencer Oliver
2011-10-14flash: fix lpc2000 driver typoSpencer Oliver