aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-30interface configs: Fix whitespace and other issues.Uwe Hermann
2011-10-30config files: Drop incorrect comments.Uwe Hermann
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-27Remove use of undefined variable.Jim Norris
2011-10-26clang: fix warning about use of unitialized variableØyvind Harboe
2011-10-26Add configuration for ATMEL SAM3N-EK board.Jim Norris
2011-10-26Add configuration for ATMEL SAM3N series.Jim Norris
2011-10-25stm3220g_eval.cfg: fix CHIPNAME.Marti Bolivar
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-23cfg: Add interface config for Dangerous Prototypes BusBlasterRichard Barlow
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-23tms470: remove dead assignment warningØyvind Harboe
2011-10-23add Freescale Kinetis K40 devices and Kwikstik eval boardMathias K
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-19TMPA900/910 MCUs are always little endian.Uwe Hermann
2011-10-19Toshiba TMPA900 config: Fix incorrect working area.Uwe Hermann
2011-10-18xscale: fix bug in xscale_receive()Matt Reimer
2011-10-18luminary: add new targetsSpencer Oliver
2011-10-18luminary: add peripheral reset scriptSpencer Oliver
2011-10-17AM/DM37x: Use ICEPick warm reset and include halt when gdb connects.Karl Kurbjun
2011-10-17ICEPick-C: Add support for warm reset through JTAG controller and provide fin...Karl Kurbjun
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