aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-5/+5
2012-01-04command: print BUG warning when usage is missingMathias K1-1/+4
2012-01-03STM32 ST-LINK target initial releaseMathias K1-0/+2
2011-11-29target init sanity checkMathias K1-0/+2
2011-11-23target: fix init_targets script handlingSpencer Oliver1-0/+6
2011-10-31bugfixes: tinker a bit with the targets commandØyvind Harboe1-24/+35
2011-10-27bugfixes: numerous bugs in error propagation found by clangØyvind Harboe1-14/+20
2011-10-23clang: fix warning w/assert so that clang knows that there will be no divisio...Øyvind Harboe1-1/+2
2011-10-13target: whitespace cleanupSpencer Oliver1-35/+32
2011-10-13breakpoint : smp software breakpoint issueMichel Jaouen1-0/+7
2011-10-09target: add async algorithm entries to the target typeAndreas Fritiofson1-0/+75
2011-08-30cortex_a hybrid & context breakpointsHeythem Bouhaja1-28/+109
2011-08-12target: add helper functions to get/set u16 or u32 array from/to bufferStefan Mahr1-0/+32
2011-08-09Revert "dsp5680xx: disable for now, it generates warnings"Øyvind Harboe1-3/+2
2011-06-28dsp5680xx: disable for now, it generates warningsØyvind Harboe1-2/+3
2011-05-18partial support for 568013 and 568037, target integration.Rodrigo L. Rosa1-0/+2
2011-04-28smp : infra for smp minimum supportMichel Jaouen1-2/+69
2011-04-15RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)1-0/+21
2011-04-01types: write memory now uses constØyvind Harboe1-10/+10
2011-03-31target: add -dbgbase option to target configurationØyvind Harboe1-0/+18
2011-03-22cortex a9: merge cortex a9 and a8 codeØyvind Harboe1-2/+0
2011-03-17target: allow targets to override memory alignmentMathias K1-4/+26
2011-03-17Fix a bunch of typos.Uwe Hermann1-1/+1
2011-02-0324bit buffer supportMathias K1-0/+18
2011-01-31cortex_a9: add source files for Cortex A9 support.Aaron Carroll1-0/+2
2011-01-31Add '-coreid' target option to support multiple cores per TAP.Aaron Carroll1-0/+22
2011-01-04target: change working area free data typeSpencer Oliver1-2/+2
2010-12-29Compilation Warnings on OS X 10.5Andrew MacIsaac1-1/+1
2010-12-29target: do not expose error numbers to usersØyvind Harboe1-6/+0
2010-12-01profile: use 100Hz as a default sampling frequencyØyvind Harboe1-2/+2
2010-11-22fastload: fix error handling upon running out of memoryØyvind Harboe1-6/+16
2010-11-04arm964e: Add support for ARM946E target.ddraskovic1-0/+2
2010-10-29jim tests: use installedØyvind Harboe1-29/+43
2010-10-12TARGET: review handle_load_image_command()Antonio Borneo1-16/+8
2010-10-12TARGET: fix segfault in handle_dump_image_command()Antonio Borneo1-3/+3
2010-09-29fileio: fileio_size() can now failØyvind Harboe1-2/+6
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe1-2/+2
2010-08-15avr32: work-in-progressOleksandr Tymoshenko1-0/+2
2010-08-11tcl: remove silly ocd_ prefix to array2mem and mem2arrayØyvind Harboe1-2/+2
2010-08-09target: if polling fails, back offØyvind Harboe1-8/+29
2010-08-02verify_image: print out a statement that there are no further errorsØyvind Harboe1-1/+10
2010-06-22target: $_TARGET mdw now has a phys optionØyvind Harboe1-8/+28
2010-06-22target: mwX on target object now supporst phys argumentØyvind Harboe1-8/+25
2010-06-22target: Fix shadow issues on MacEdgar Grimberg1-3/+3
2010-06-15target: -Wshdaow warning fixØyvind Harboe1-5/+5
2010-06-14target: fix retval gaffe in mwX commandsØyvind Harboe1-1/+1
2010-06-08verify: display up to 128 diff'sØyvind Harboe1-11/+19
2010-05-16Change kb/s to KiB/s in messages about kibibytesJon Povey1-4/+4
2010-05-05flash: stop caching protection stateØyvind Harboe1-13/+0
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe1-14/+15