]> git.sur5r.net Git - openocd/history - src/target/target.c
server, target, cortex_m: add deinit_target to the API to free resources
[openocd] / src / target / target.c
2015-03-09 Paul Fertserserver, target, cortex_m: add deinit_target to the...
2015-03-09 Paul Fertsertarget/target: call event handlers around examine when...
2015-03-09 Paul Fertsertarget: fix timer callbacks processing
2015-03-09 Austin Mortonserver: tcl_notifications command
2015-02-22 Robert P. J. DayRemove long-deprecated "target count" and "target numbe...
2015-02-11 Andreas Fritiofsontarget/profiling: Use the correct method to access...
2015-02-11 Jose de Sousatarget: write gmon.out according to target endianness
2015-01-09 Salvador Arroyoavoid segfaulting when attempting to set an unavailable...
2015-01-09 Jens BauerMac/PPC: Fix build.
2015-01-09 Paul Fertsertarget: improve robustness of polling and reexamination
2014-09-22 Andreas Fritiofsontarget: Remove "-variant" argument
2014-08-19 Angus Grattontarget async loader: add offset to debug lines
2014-08-11 Paul FertserAllow transports to override the selected target (hla...
2014-07-03 Kamal Dasucortex_a: target implementation renames cortex_a8 to...
2014-06-01 Paul Fertsersrc/target: select the last created target as current
2014-06-01 Paul Fertsertarget: reexamine after polling succeeds again
2014-05-05 Paul FertserFix some C99 format specifiers
2014-03-30 Andreas FritiofsonDon't cast return value of [cm]alloc
2014-03-29 Paul Fertsertcl: introduce init_target_events and use it for gdb...
2014-03-29 Spencer Olivertarget: fix handle_profile_command variable typo
2014-03-29 Spencer Olivertarget: remove handle_profile_command memory leak
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2014-03-17 Andreas Fritiofsontarget: Don't poll until the target is examined.
2014-03-07 Andreas Fritiofsonstlink: Use callback to increase frequency of trace...
2014-02-11 Adrian Burnsquark_x10xx: add new target quark_x10xx
2014-02-04 Spencer Oliverdoc: add missing reg command argument 'force'
2014-01-11 Andreas Fritiofsontarget: Add test bench for memory access functions
2013-12-01 Dongxue Zhang[PATCH 1/2]support64: Add functions into types and...
2013-10-31 Mathias Ktarget: fix mem2array/array2mem
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting
2013-10-31 Paul FertserClean up many C99 integer types format specifiers
2013-10-10 Spencer Olivercortex_m: target implementation renames cortex_m3 to...
2013-09-26 Franck JullienAdd new target type: OpenRISC
2013-09-25 Andreas Fritiofsontarget: Fix strange ordering in target_read_u8
2013-09-21 Andreas FritiofsonRestore mwh/mwb functionality.
2013-09-13 Hsiangkai Wangtarget: enhance target profiling
2013-09-13 Hsiangkai Wangtarget: add profiling interface
2013-09-13 Hsiangkai Wangtarget: increase the maximum number of buckets
2013-09-13 Hsiangkai Wangtarget: Correct profiling calculation
2013-09-13 Hsiangkai Wangtarget: Make profiling function more readable
2013-09-13 Andreas Fritiofsontarget: Rewrite read/write buffer default implementations
2013-09-13 Andreas Fritiofson[RFC] target: Move bulk_write_memory to arm7_9
2013-08-29 Hsiangkai Wangtarget: Remove error messages as no .get_gdb_fileio_info
2013-08-07 Paul Fertsertarget: clear running_alg flag after reset
2013-08-07 Hsiangkai Wanggdb_server: add target_debug_reason for program exit...
2013-08-07 Hsiangkai Wanggdb_server: support File-I/O Remote Protocol Extension
2013-08-07 Hsiangkai Wanggdb server: new feature, add stop reason in stop reply...
2013-08-07 Hsiangkai Wanggdb_server: support gdb target description
2013-07-17 Paul Fertsertarget: fix halt and wait_halt timeout units
2013-07-15 Spencer Olivertarget: use consistent halt timeout
2013-07-15 Paul Fertsertarget: remove double const specificator
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-06-05 Hsiangkai Wangnds32: add new target type nds32_v2, nds32_v3, nds32_v3m
2013-03-15 Andreas Fritiofsontarget: Retire target_bulk_write_memory()
2013-03-15 Andreas Fritiofsontarget: Add default implementation of bulk_write_memory
2013-03-15 Evan Hunterarch: Added ARMv7R and Cortex-R4 support
2013-03-13 Andreas Fritiofsontarget: Remove read_memory_imp
2013-03-13 Andreas Fritiofsontarget: Remove write_memory_imp
2013-03-13 Andreas Fritiofsontarget: Remove soft_reset_halt_imp
2013-03-06 Spencer Olivertarget: use common target_name to access target::cmd_na...
2013-03-05 Mathias KMove back off timer to target struct
2013-03-05 Mathias KAdd the target name to debug output for better understa...
2012-12-23 Spencer Oliverstlink: rename stlink cmd names
2012-12-23 Spencer Olivertarget: add deprecated target name support
2012-11-06 Spencer Olivertarget: add async algorithm timeout
2012-10-07 Spencer OliverRevert "target: remove unused working area 'user' field"
2012-08-24 Spencer Olivertarget: remove unused working area 'user' field
2012-08-02 Spencer Olivertarget: add valid smp target check
2012-07-11 Vandra Akostarget.c, jim_target_md using command_print_sameline
2012-07-11 Vandra Akostarget/target.c, jim_target_md refractored
2012-05-21 Spencer Olivertarget: enable TARGET_EVENT_EXAMINE_* events
2012-05-21 Spencer Olivertarget: enable TARGET_EVENT_RESUME_* events
2012-05-21 Spencer Olivertarget: remove legacy target events
2012-05-21 Spencer Olivertarget: remove duplicate target events
2012-05-04 Spencer Oliverbuild: remove clang unused variable assignment warnings
2012-02-26 Spencer Olivertarget: add target async algorithm support
2012-02-23 Andreas Fritiofsontarget: add function to get number of bytes available...
2012-02-23 Andreas Fritiofsontarget: rewrite working area allocator
2012-02-09 Freddie ChopinAdd init_board procedure executed after init_targets
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-30 Andreas Fritiofsontarget: increase chunk size in dump_image
2012-01-15 Michel JAOUENrtos : ps command
2012-01-15 Michel JAOUENrtos : smp support
2012-01-12 Spencer Olivercmd: add missing usage var
2012-01-04 Mathias KChange return value on error.
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2012-01-04 Mathias Kcommand: print BUG warning when usage is missing
2012-01-03 Mathias KSTM32 ST-LINK target initial release
2011-11-29 Mathias Ktarget init sanity check
2011-11-23 Spencer Olivertarget: fix init_targets script handling
2011-10-31 Øyvind Harboebugfixes: tinker a bit with the targets command
2011-10-27 Øyvind Harboebugfixes: numerous bugs in error propagation found...
2011-10-23 Øyvind Harboeclang: fix warning w/assert so that clang knows that...
2011-10-13 Spencer Olivertarget: whitespace cleanup
2011-10-13 Michel Jaouenbreakpoint : smp software breakpoint issue
2011-10-08 Andreas Fritiofsontarget: add async algorithm entries to the target type
2011-08-30 Heythem Bouhajacortex_a hybrid & context breakpoints
2011-08-12 Stefan Mahrtarget: add helper functions to get/set u16 or u32...
2011-08-09 Øyvind HarboeRevert "dsp5680xx: disable for now, it generates warnings"
2011-06-28 Øyvind Harboedsp5680xx: disable for now, it generates warnings
next