aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-03cortex_a: target implementation renames cortex_a8 to cortex_aKamal Dasu1-2/+2
2014-06-01src/target: select the last created target as currentPaul Fertser1-0/+1
2014-06-01target: reexamine after polling succeeds againPaul Fertser1-2/+6
2014-05-05Fix some C99 format specifiersPaul Fertser1-2/+2
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson1-3/+3
2014-03-29tcl: introduce init_target_events and use it for gdb flashing eventsPaul Fertser1-0/+4
2014-03-29target: fix handle_profile_command variable typoSpencer Oliver1-4/+4
2014-03-29target: remove handle_profile_command memory leakSpencer Oliver1-2/+3
2014-03-17flash: Constify write bufferAndreas Fritiofson1-1/+1
2014-03-17target: Don't poll until the target is examined.Andreas Fritiofson1-0/+4
2014-03-07stlink: Use callback to increase frequency of trace data samplingAndreas Fritiofson1-1/+1
2014-02-11quark_x10xx: add new target quark_x10xxAdrian Burns1-0/+2
2014-02-04doc: add missing reg command argument 'force'Spencer Oliver1-3/+3
2014-01-11target: Add test bench for memory access functionsAndreas Fritiofson1-0/+199
2013-12-01[PATCH 1/2]support64: Add functions into types and targetDongxue Zhang1-0/+79
2013-10-31target: fix mem2array/array2memMathias K1-0/+2
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-4/+3
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-5/+5
2013-10-10cortex_m: target implementation renames cortex_m3 to cortex_mSpencer Oliver1-2/+2
2013-09-26Add new target type: OpenRISCFranck Jullien1-0/+2
2013-09-25target: Fix strange ordering in target_read_u8Andreas Fritiofson1-1/+2
2013-09-21Restore mwh/mwb functionality.Andreas Fritiofson1-8/+2
2013-09-13target: enhance target profilingHsiangkai Wang1-16/+40
2013-09-13target: add profiling interfaceHsiangkai Wang1-64/+104
2013-09-13target: increase the maximum number of bucketsHsiangkai Wang1-1/+3
2013-09-13target: Correct profiling calculationHsiangkai Wang1-3/+7
2013-09-13target: Make profiling function more readableHsiangkai Wang1-10/+10
2013-09-13target: Rewrite read/write buffer default implementationsAndreas Fritiofson1-88/+51
2013-09-13[RFC] target: Move bulk_write_memory to arm7_9Andreas Fritiofson1-19/+3
2013-08-29target: Remove error messages as no .get_gdb_fileio_infoHsiangkai Wang1-2/+4
2013-08-07target: clear running_alg flag after resetPaul Fertser1-1/+3
2013-08-07gdb_server: add target_debug_reason for program exit detectionHsiangkai Wang1-0/+1
2013-08-07gdb_server: support File-I/O Remote Protocol ExtensionHsiangkai Wang1-0/+42
2013-08-07gdb server: new feature, add stop reason in stop reply packet for gdbHsiangkai Wang1-0/+17
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-2/+3
2013-07-17target: fix halt and wait_halt timeout unitsPaul Fertser1-4/+2
2013-07-15target: use consistent halt timeoutSpencer Oliver1-2/+5
2013-07-15target: remove double const specificatorPaul Fertser1-2/+2
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-06-05nds32: add new target type nds32_v2, nds32_v3, nds32_v3mHsiangkai Wang1-0/+6
2013-03-15target: Retire target_bulk_write_memory()Andreas Fritiofson1-6/+0
2013-03-15target: Add default implementation of bulk_write_memoryAndreas Fritiofson1-0/+9
2013-03-15arch: Added ARMv7R and Cortex-R4 supportEvan Hunter1-0/+2
2013-03-13target: Remove read_memory_impAndreas Fritiofson1-23/+10
2013-03-13target: Remove write_memory_impAndreas Fritiofson1-13/+8
2013-03-13target: Remove soft_reset_halt_impAndreas Fritiofson1-7/+4
2013-03-06target: use common target_name to access target::cmd_name memberSpencer Oliver1-8/+8
2013-03-05Move back off timer to target structMathias K1-16/+13
2013-03-05Add the target name to debug output for better understanding and error identi...Mathias K1-2/+3
2012-12-23stlink: rename stlink cmd namesSpencer Oliver1-2/+2