flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / src / target / target.c
2022-09-23 Daniel Goehringtarget/target: read_memory 64-bit bugfix
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-09-13 Antonio Borneoopenocd: remove recently added CamelCase symbols
2022-08-20 Ian Thompsontarget: add generic Xtensa LX support
2022-08-15 Antonio Borneotarget: add API to temporarily mask target polling
2022-08-08 Tomas Vanektarget: fix unaligned return of target_get_working_area...
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2022-06-24 Erhan Kurubastarget: add Espressif ESP32-S3 basic support
2022-06-24 Erhan Kurubastarget: add Espressif ESP32 basic support
2022-06-04 Erhan Kurubastarget: add Espressif ESP32-S2 basic support
2022-05-29 Tomas Vanekflash/nor/core, target: don't ask for working mem if...
2022-05-27 Tim NewsomeGive each SMP group a unique number.
2022-05-21 Erhan Kurubassemihosting: add semihosting_basedir command
2022-05-21 Tomas Vanektarget: fix clang static analyzer warning
2022-05-07 Antonio Borneotarget: fix build with jimtcl 0.79
2022-03-19 Marc Schinktarget: Rework 'set' variable of break-/watchpoints
2022-03-12 Marc Schinktarget: Deprecate 'array2mem' and 'mem2array''
2022-03-12 Marc Schinktarget/tcl: Add 'read_memory' and 'write_memory'
2022-03-05 Marc Schinktarget/tcl: Add get_reg function
2022-03-05 Marc Schinktarget/tcl: Add set_reg function
2022-02-14 Antonio Borneotarget/smp: use a struct list_head to hold the smp...
2022-02-05 Zoltán Dudássemihosting: User defined operation, Tcl command exec...
2022-01-22 Antonio Borneotarget: use target_event_name()
2021-12-11 Yasushi SHOJItarget/target: Check checksum_memory before call
2021-12-03 Tomas Vanektarget,flash: allow target_free_working_area on NULL...
2021-11-20 Tim Newsometarget: Use target_addr_t for algorithm addresses.
2021-10-02 Tarek BOCHKATItarget: reset target examined flag if target::examine...
2021-09-25 Antonio Borneoopenocd: prevent jimtcl error message while testing...
2021-09-25 Antonio Borneoarm_tpiu_swo: fix support for deprecated 'tpiu' command...
2021-09-18 Antonio Borneotarget: do not cast NULL in assignment
2021-09-18 Antonio Borneoopenocd: remove last NULL comparisons
2021-08-14 Antonio Borneohelper/align.h: use it
2021-07-31 Tim NewsomeCall poll at a fixed interval.
2021-07-24 Antonio Borneoopenocd: fix Yoda conditions with checkpatch
2021-07-24 Antonio Borneoopenocd: manually remove NULL comparisons
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [2/2]
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-24 Antonio Borneotarget: rename CamelCase symbols
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-07-10 Jan Matyastarget: add support for 64bit data in mem2array and...
2021-07-10 Daniel Goehringtarget: add 64-bit address array command support
2021-07-02 Jan Matyastarget: check return value of register get/set callbacks
2021-06-18 Marc SchinkUse boolean argument for register_get_by_name()
2021-06-04 R. DiezAvoid non-standard conditionals with omitted operands.
2021-06-04 Tim NewsomeAdd target_data_bits().
2021-06-04 Marc Schinktarget: Use 'bool' for 'reset_halt'
2021-06-04 Antonio Borneohelper/jim-nvp: comply with coding style [2/2]
2021-05-29 Antonio Borneohelp text: remove trailing space
2021-05-22 Antonio Borneotarget: fix some minor typo
2021-04-18 Antonio Borneohelper/command: register full-name commands in jim
2021-04-18 Antonio Borneohelper/command: override target only on target prefixed...
2021-04-18 Antonio Borneohelper/command: get current target from dedicated API
2021-04-18 Antonio Borneohelper/command: always pass struct command as jim priva...
2021-03-19 Antonio Borneotarget: remove handling of target's deprecated_name
2021-03-10 Antonio Borneoarmv7m_trace: get rid of the old tpiu code
2021-03-10 Yasushi SHOJItarget: Remove redundant initialization of endianness
2021-03-04 Antonio Borneotarget: avoid polling during 'resumed' event handler
2021-02-13 Peter Mamonovtarget: use proper macro for parsing watchpoint address
2021-01-13 Antonio Borneoopenocd: fix doxygen parameters of functions
2021-01-13 Antonio Borneotarget: fix memory leak on multiple '-gdb-port' flag
2020-11-15 Tomas Vanektarget, register: allow a register hidden from gdb...
2020-11-15 Antonio Borneoflash/stmqspi: minor fixes on coding style
2020-11-08 Andreas BolschFlash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI...
2020-11-07 Kevin Yangtarget: Examine subsequent targets after failure
2020-11-07 Marc Schinktarget/image: Use proper data types
2020-11-04 Antonio Borneotarget: declare local symbols as static
2020-11-04 Antonio Borneotarget: handle command 'target current' when no target...
2020-11-04 Antonio Borneogdb_server: allow multiple GDB connections to selected...
2020-10-30 Christopher Headtarget: restore last run state after profiling
2020-10-30 Christopher Headtarget/cortex_m: reduce duplication in profiling
2020-10-30 Christopher Headtarget: allow profiling from running
2020-09-05 Antonio Borneotarget: avoid checking for non NULL pointer to free it
2020-09-05 Antonio Borneotarget: use proper format with uint32_t
2020-09-05 Samuel ObuchFix debug prints when loading to flash
2020-08-08 Antonio Borneotarget: fix memory leaks on target_create() fail
2020-08-08 Mikhail Rasputintarget: fix registers reading from non examined target
2020-07-26 Antonio Borneotarget: fix minor typos and duplicated words
2020-07-08 Antonio Borneocoding style: fix space separation
2020-06-27 Antonio Borneotarget: do not print an error on shutdown in target...
2020-05-24 Antonio Borneoopenocd: properly use jim data types
2020-05-09 Antonio Borneocoding style: add missing space when split strings
2020-04-21 Florian FainelliRemove BUILD_TARGET64
2020-04-09 Jan Matyastarget: added events TARGET_EVENT_STEP_START and _END
2020-03-26 Marc Schinktarget: Add possibility to remove all breakpoints
2020-03-17 Marc Schinkrtos: Destroy RTOS and fix memory leak
2020-03-12 Antonio Borneotarget: fix crash with jimtcl 0.78
2020-03-12 Tomas Vanektarget: add examine-fail event
2020-02-27 Evgeniy DidinIntroduce ARCv2 architecture related code
2020-02-24 Antonio Borneocoding style: fix space around pointer's asterisk
2020-01-16 Tomas Vanektarget/target: fix clang static analyzer warnings
2020-01-14 Christopher Headtarget/target: parse value as proper type
2019-11-28 Peter Mamonovmips64: Add generic mips64 target support
2019-10-18 Andreas Fritiofsontarget: Switch to target_read_buffer() in verify_image...
2019-08-28 Tim Newsomegdb_server, rtos: Fine-grained RTOS register access
2019-06-13 Antonio Borneotarget: fix error on TCL command "return" in target...
2019-06-12 Tomas Vanektarget: make target re-configuration possible again
2019-05-23 Tomas Vanektarget: make handle_md_output() global
2019-05-23 Antonio Borneotarget: remove unused function target_buffer_get_u8()
2019-05-14 Marc Schinktarget: Fix breakpoint usage
next