aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
2014-08-11Allow transports to override the selected target (hla configs unification)Paul Fertser
2014-07-03cortex_a: target implementation renames cortex_a8 to cortex_aKamal Dasu
2014-06-01src/target: select the last created target as currentPaul Fertser
2014-06-01target: reexamine after polling succeeds againPaul Fertser
2014-05-05Fix some C99 format specifiersPaul Fertser
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson
2014-03-29tcl: introduce init_target_events and use it for gdb flashing eventsPaul Fertser
2014-03-29target: fix handle_profile_command variable typoSpencer Oliver
2014-03-29target: remove handle_profile_command memory leakSpencer Oliver
2014-03-17flash: Constify write bufferAndreas Fritiofson
2014-03-17target: Don't poll until the target is examined.Andreas Fritiofson
2014-03-07stlink: Use callback to increase frequency of trace data samplingAndreas Fritiofson
2014-02-11quark_x10xx: add new target quark_x10xxAdrian Burns
2014-02-04doc: add missing reg command argument 'force'Spencer Oliver
2014-01-11target: Add test bench for memory access functionsAndreas Fritiofson
2013-12-01[PATCH 1/2]support64: Add functions into types and targetDongxue Zhang
2013-10-31target: fix mem2array/array2memMathias K
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-10-10cortex_m: target implementation renames cortex_m3 to cortex_mSpencer Oliver
2013-09-26Add new target type: OpenRISCFranck Jullien
2013-09-25target: Fix strange ordering in target_read_u8Andreas Fritiofson
2013-09-21Restore mwh/mwb functionality.Andreas Fritiofson
2013-09-13target: enhance target profilingHsiangkai Wang
2013-09-13target: add profiling interfaceHsiangkai Wang
2013-09-13target: increase the maximum number of bucketsHsiangkai Wang
2013-09-13target: Correct profiling calculationHsiangkai Wang
2013-09-13target: Make profiling function more readableHsiangkai Wang
2013-09-13target: Rewrite read/write buffer default implementationsAndreas Fritiofson
2013-09-13[RFC] target: Move bulk_write_memory to arm7_9Andreas Fritiofson
2013-08-29target: Remove error messages as no .get_gdb_fileio_infoHsiangkai Wang
2013-08-07target: clear running_alg flag after resetPaul Fertser
2013-08-07gdb_server: add target_debug_reason for program exit detectionHsiangkai Wang
2013-08-07gdb_server: support File-I/O Remote Protocol ExtensionHsiangkai Wang
2013-08-07gdb server: new feature, add stop reason in stop reply packet for gdbHsiangkai Wang
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang
2013-07-17target: fix halt and wait_halt timeout unitsPaul Fertser
2013-07-15target: use consistent halt timeoutSpencer Oliver
2013-07-15target: remove double const specificatorPaul Fertser
2013-06-05update files to correct FSF addressSpencer Oliver
2013-06-05nds32: add new target type nds32_v2, nds32_v3, nds32_v3mHsiangkai Wang
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