aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-23target: Fix memory leakMarc Schink1-1/+1
2017-02-10target: add -ctibase config option in addition to -dbgbaseMatthias Welwarsky1-0/+5
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-21/+26
2016-12-08cortex_m: allow setting debug ap during createMatthias Welwarsky1-0/+1
2016-12-08Add -defer-examine option to target create commandMatthias Welwarsky1-0/+3
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-1/+1
2016-10-17target: Fix working_area_phys_spec commentAndreas Färber1-1/+1
2016-07-19Fix usage of timeval_ms()Andreas Färber1-1/+1
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-09-05server: tcl_trace commandAustin Morton1-0/+16
2015-05-17server: avoid the tcl server crashing when there is no targetAustin Morton1-0/+1
2015-03-25armv7m: add generic trace support (TPIU, ITM, etc.)Paul Fertser1-0/+2
2015-03-09server, target, cortex_m: add deinit_target to the API to free resourcesPaul Fertser1-0/+5
2015-03-09target: fix timer callbacks processingPaul Fertser1-0/+1
2015-03-09server: tcl_notifications commandAustin Morton1-0/+24
2014-09-22target: Remove "-variant" argumentAndreas Fritiofson1-1/+0
2014-03-17flash: Constify write bufferAndreas Fritiofson1-1/+1
2014-03-07stlink: Use callback to increase frequency of trace data samplingAndreas Fritiofson1-1/+1
2013-12-01[PATCH 1/2]support64: Add functions into types and targetDongxue Zhang1-0/+6
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-3/+3
2013-08-07gdb_server: add target_debug_reason for program exit detectionHsiangkai Wang1-1/+2
2013-08-07gdb_server: support File-I/O Remote Protocol ExtensionHsiangkai Wang1-0/+28
2013-08-07gdb server: new feature, add stop reason in stop reply packet for gdbHsiangkai Wang1-0/+8
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-1/+8
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-03-15target: Retire target_bulk_write_memory()Andreas Fritiofson1-10/+0
2013-03-13target: Remove read_memory_impAndreas Fritiofson1-0/+4
2013-03-05Move back off timer to target structMathias K1-1/+7
2012-10-07Revert "target: remove unused working area 'user' field"Spencer Oliver1-0/+1
2012-08-24target: remove unused working area 'user' fieldSpencer Oliver1-1/+0
2012-05-21target: target.h typo and comment cleanupSpencer Oliver1-19/+20
2012-05-21target: remove legacy target eventsSpencer Oliver1-6/+0
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-2/+0
2012-02-26target: add target async algorithm supportSpencer Oliver1-0/+12
2012-02-23target: add function to get number of bytes available in working areaAndreas Fritiofson1-0/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-50/+39
2011-10-09target: add async algorithm entries to the target typeAndreas Fritiofson1-0/+22
2011-08-30cortex_a hybrid & context breakpointsHeythem Bouhaja1-0/+15
2011-08-12target: add helper functions to get/set u16 or u32 array from/to bufferStefan Mahr1-0/+5
2011-04-28smp : infra for smp minimum supportMichel Jaouen1-2/+30
2011-04-15RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)1-0/+6
2011-04-01types: write memory now uses constØyvind Harboe1-3/+3
2011-03-31target: add -dbgbase option to target configurationØyvind Harboe1-0/+5
2011-03-17Fix a bunch of typos.Uwe Hermann1-2/+2
2011-02-0324bit buffer supportMathias K1-0/+2
2011-01-31Add '-coreid' target option to support multiple cores per TAP.Aaron Carroll1-0/+1
2011-01-04target: change working area free data typeSpencer Oliver1-1/+1
2010-11-09target: document that target_poll() will report and clear sticky errorsØyvind Harboe1-0/+12
2010-05-04target: clean up target memory allocation error messagesØyvind Harboe1-0/+8