aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
2013-03-15target: Retire target_bulk_write_memory()Andreas Fritiofson
2013-03-15target: Add default implementation of bulk_write_memoryAndreas Fritiofson
2013-03-15arch: Added ARMv7R and Cortex-R4 supportEvan Hunter
2013-03-13target: Remove read_memory_impAndreas Fritiofson
2013-03-13target: Remove write_memory_impAndreas Fritiofson
2013-03-13target: Remove soft_reset_halt_impAndreas Fritiofson
2013-03-06target: use common target_name to access target::cmd_name memberSpencer Oliver
2013-03-05Move back off timer to target structMathias K
2013-03-05Add the target name to debug output for better understanding and error identi...Mathias K
2012-12-23stlink: rename stlink cmd namesSpencer Oliver
2012-12-23target: add deprecated target name supportSpencer Oliver
2012-11-06target: add async algorithm timeoutSpencer Oliver
2012-10-07Revert "target: remove unused working area 'user' field"Spencer Oliver
2012-08-24target: remove unused working area 'user' fieldSpencer Oliver
2012-08-02target: add valid smp target checkSpencer Oliver
2012-07-11target.c, jim_target_md using command_print_samelineVandra Akos
2012-07-11target/target.c, jim_target_md refractoredVandra Akos
2012-05-21target: enable TARGET_EVENT_EXAMINE_* eventsSpencer Oliver
2012-05-21target: enable TARGET_EVENT_RESUME_* eventsSpencer Oliver
2012-05-21target: remove legacy target eventsSpencer Oliver
2012-05-21target: remove duplicate target eventsSpencer Oliver
2012-05-04build: remove clang unused variable assignment warningsSpencer Oliver
2012-02-26target: add target async algorithm supportSpencer Oliver
2012-02-23target: add function to get number of bytes available in working areaAndreas Fritiofson
2012-02-23target: rewrite working area allocatorAndreas Fritiofson
2012-02-09Add init_board procedure executed after init_targetsFreddie Chopin
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-30target: increase chunk size in dump_imageAndreas Fritiofson
2012-01-15rtos : ps commandMichel JAOUEN
2012-01-15rtos : smp supportMichel JAOUEN
2012-01-12cmd: add missing usage varSpencer Oliver
2012-01-04Change return value on error.Mathias K
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2012-01-04command: print BUG warning when usage is missingMathias K
2012-01-03STM32 ST-LINK target initial releaseMathias K
2011-11-29target init sanity checkMathias K
2011-11-23target: fix init_targets script handlingSpencer Oliver
2011-10-31bugfixes: tinker a bit with the targets commandØyvind Harboe
2011-10-27bugfixes: numerous bugs in error propagation found by clangØyvind Harboe
2011-10-23clang: fix warning w/assert so that clang knows that there will be no divisio...Øyvind Harboe
2011-10-13target: whitespace cleanupSpencer Oliver
2011-10-13breakpoint : smp software breakpoint issueMichel Jaouen
2011-10-09target: add async algorithm entries to the target typeAndreas Fritiofson
2011-08-30cortex_a hybrid & context breakpointsHeythem Bouhaja
2011-08-12target: add helper functions to get/set u16 or u32 array from/to bufferStefan Mahr
2011-08-09Revert "dsp5680xx: disable for now, it generates warnings"Øyvind Harboe
2011-06-28dsp5680xx: disable for now, it generates warningsØyvind Harboe
2011-05-18partial support for 568013 and 568037, target integration.Rodrigo L. Rosa
2011-04-28smp : infra for smp minimum supportMichel Jaouen
2011-04-15RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)