]> git.sur5r.net Git - openocd/history - src/target/target.c
target/mem_ap: generic mem-ap target
[openocd] / src / target / target.c
2018-09-10 Matthias Welwarskytarget/mem_ap: generic mem-ap target
2018-09-07 Antonio Borneogdb_server: add per target option "-gdb-port"
2018-07-24 Tim NewsomeAdd RISC-V support.
2018-07-18 Marc Schinktarget: Fix segfault for 'mem2array'
2018-07-09 Antonio Borneotarget: fix 'bp' command help message
2018-06-06 Liviu Ionescutarget/target.c: free semihosting member
2018-06-04 Antonio Borneotarget: fix syntax in help message
2018-04-10 Tomas Vanektarget, flash: prepare infrastructure for multi-block...
2018-04-07 Matthias Welwarskytarget: free target SMP list on shutdown
2018-03-30 Tomas Vanekjtag/core, target: unregister JTAG events
2018-03-30 Tomas Vanektarget: fix display halt message logic
2018-03-30 Matthias Welwarskytarget: restructure dap support
2018-03-30 Matthias Welwarskyarm_cti: add cti command group
2018-03-15 Tomas Vanektarget/target: free what leaked in target_destroy()
2018-03-03 Tomas Vanektarget: use correct target in target-prefixed commands...
2018-02-27 Christopher HeadFix incorrect comment
2018-02-24 Girts FolkmanisExpand target_run_flash_async_algorithm() doc comment.
2018-01-25 Christopher HeadUse timeval helpers
2018-01-25 Tomas Vanektarget, arm_adi_v5: catch two allocation errors
2018-01-13 Karl Palssonprofiling: write "correct" sample rate to gmon output
2017-12-12 Tomas Vanektarget: remove unused event definitions
2017-12-07 Ake Rehnmanstm8 : new target
2017-10-23 Freddie ChopinFix GCC7 warnings about switch-case fallthroughs
2017-10-18 Tim NewsomeDifferentiate "target not halted" messages.
2017-06-30 Andreas Fritiofsontarget: Fix snprintf format string and argument mismatc...
2017-04-23 Marc Schinktarget: Fix memory leak
2017-02-10 Matthias Welwarskytarget: add -ctibase config option in addition to ...
2017-02-10 David Ungaarch64: Add ARMv8 AARCH64 support files
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-12-08 Andreas Fritiofsontarget: Replace malloc+manual zeroing with calloc
2016-12-08 Steven Stallionsemihosting: support fileio operation
2016-12-08 Matthias Welwarskytarget: Add verify_image_checksum command
2016-12-08 Matthias WelwarskyAdd -defer-examine option to target create command
2016-11-04 HarishKumarTcl commands: Fix improper return status in flash comma...
2016-10-30 Andreas Färberflash/nor: Add erased_value to drivers and pass it...
2016-10-17 Andreas Färbertarget: Clean up format strings
2016-10-17 Andreas Färbertarget: Add missing spaces in error messages
2016-08-13 Tomas Vanektarget: check late abort from target in async_algorithm
2016-08-09 Matthias Welwarskytarget: add "phys" argument to mem2array, array2mem
2016-07-19 Andreas FärberFix usage of timeval_ms()
2016-06-23 Esben HaabendalSupport for Freescale LS102x SAP
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-05 Tomas Vanektarget: improve robustness of reset command
2016-02-29 Marc Schinkhelper/fileio: Remove nested struct
2016-02-29 Andreas Fritiofsonjim-nvp: Make Jim_GetOpt_String const-correct
2016-02-13 Ivan De Cesarisquark: add Intel Quark mcu D2000 support
2015-11-03 Marc Schinkhelper/fileio: Use size_t for file size.
2015-11-03 Oleksij Rempeltarget: tell which target state is meant
2015-09-05 Austin Mortonserver: tcl_trace command
2015-08-06 Karl Palssontarget: check memory handlers before use for all types
2015-05-17 Austin Mortonserver: avoid the tcl server crashing when there is...
2015-04-24 Paul Fertsertarget: try to reexamine even when polling fails
2015-04-01 DmitryShpaktarget/target.c: fixed rp check bug in asynchronous...
2015-03-25 Paul Fertserarmv7m: add generic trace support (TPIU, ITM, etc.)
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
next