flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / src / target / target.c
2019-05-14 Antonio Borneotarget: fix output of command "targets"
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-05-14 Paul Fertsertarget: change prototype of binprint()
2019-05-14 Paul Fertsertarget: change prototype of handle_bp_command_set()
2019-05-14 Paul Fertsertarget: change prototype of handle_bp_command_list()
2019-05-14 Paul Fertsertarget: change prototype of handle_md_output()
2019-05-14 Antonio Borneotarget: unify memory read/write commands
2019-05-14 Antonio Borneotarget: use LOG_USER to print errors in events
2019-05-14 Antonio Borneotarget: change prototype of target_process_reset()
2019-05-14 Tomas Vanektarget: rewrite jim_target_event_list to handle_target_...
2019-04-10 Tomas Vanektarget: fix copy&paste error in cget -coreid
2019-04-07 Antonio BorneoSet empty usage field for commands that do not need...
2019-04-07 Antonio Borneocommand_registration: add empty usage field to chained...
2019-03-08 Tim Newsomegdb_server, target: Add target_address_bits()
2019-03-04 Matthias Welwarskyarmv8: allow halt on exception
2019-03-01 Marc SchinkUse enum for target_register_timer_callback()
2019-03-01 Marc Schinktarget: Use proper data types for timer callback
2019-02-15 Tomas Vanektarget, breakpoints: improve error handling
2019-01-27 Tomas Vanektarget: do not allow 'target create' after init
2018-12-19 Tomas Vanektarget: allow moving and resizing working area on runni...
2018-12-19 Tomas Vanektarget: move all working_area functions to one block
2018-11-13 Christopher HeadPermit null target on TCL connection
2018-10-28 Kevin Gillespietarget/target.c: adding keep_alive() to while loop.
2018-10-16 Steven Stallionesirisc: support eSi-RISC targets
2018-10-16 Steven Stalliongdb_server: add support for architecture element
2018-10-16 Steven Stallionregister: support non-existent registers
2018-10-01 Antonio Borneogdb_server: avoid gdb server for virtual targets
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...
next