aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2012-01-04Change return value on error.Mathias K9-46/+22
2012-01-04stlink: update to use ERROR_COMMAND_SYNTAX_ERRORSpencer Oliver1-8/+8
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe19-114/+114
2012-01-04command: print BUG warning when usage is missingMathias K2-1/+5
2012-01-03STM32 ST-LINK target initial releaseMathias K3-1/+674
2012-01-03Make cortex_m3 functions public accessible.Mathias K2-13/+21
2011-12-20jtag: stop using sharp corner of JTAG APIØyvind Harboe1-0/+4
2011-12-20jtag: retire jtag_alloc_in_value32 APIØyvind Harboe2-4/+12
2011-12-11dsp5680xx - indent fixrodrigo_l_rosa2-1597/+2039
2011-11-29target init sanity checkMathias K1-0/+2
2011-11-24dsp5680xx - flash module clk to freescale cfg valuerodrigo_l_rosa1-1/+2
2011-11-24dsp5680xx - mark erase after unlocking flashrodrigo_l_rosa1-48/+52
2011-11-24dsp5680xx - fix jtag debug request failure handlingrodrigo_l_rosa1-4/+6
2011-11-24dsp5680xx - separate debug from haltrodrigo_l_rosa2-428/+540
2011-11-24dsp5680xx - fix - flashing algorithm checkrodrigo_l_rosa1-22/+32
2011-11-24dsp5680xx - added more error codesrodrigo_l_rosa1-0/+4
2011-11-24dsp5680xx - fix jtag status maskrodrigo_l_rosa1-1/+1
2011-11-24dsp5680xx - relocating coderodrigo_l_rosa2-16/+18
2011-11-24dsp5680xx - error codesrodrigo_l_rosa2-69/+114
2011-11-23target: fix init_targets script handlingSpencer Oliver1-0/+6
2011-11-14target: make it absolutely clear that no null pointers are acceptedØyvind Harboe1-1/+3
2011-11-10image: remove assignments to local variables that is never readØyvind Harboe1-4/+0
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-07dsp5680xx: fix warningsØyvind Harboe1-1/+1
2011-11-07xscale: cleanupØyvind Harboe1-1/+8
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-04avr32_regs: add missing error propagationØyvind Harboe1-0/+3
2011-11-02cortex_a: add missing error propagationØyvind Harboe1-1/+5
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-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-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-27bugfixes: numerous bugs in error propagation found by clangØyvind Harboe1-14/+20
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-24warning: silence gcc by initializing local variablesØyvind Harboe1-1/+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 Harboe1-0/+2
2011-10-19Unused variablesFreddie Chopin2-10/+2
2011-10-18xscale: fix bug in xscale_receive()Matt Reimer1-1/+1
2011-10-17target_request: add target_got_message() that can be used to improve DCC perf...Øyvind Harboe2-0/+19