doc: list internal commands called by init
[fw/openocd] / src / target /
2021-12-11 Antonio Borneoadi_v5_swd: add jtag-to-swd through dormant
2021-12-11 Antonio Borneocortex_m: remove last references to debugport_init()
2021-12-03 Tomas Vanektarget,flash: allow target_free_working_area on NULL...
2021-11-25 Tomas Vanektarget/hla_target: set cortex_m->common_magic
2021-11-23 Antonio Borneoopenocd: use unique name for struct command_registration
2021-11-23 Antonio Borneoopenocd: use single line for register_commands*()
2021-11-20 Tomas Vanektarget/arm_dap: check SWD DAP configuration
2021-11-20 Tomas Vanektarget/adi_v5_swd: add support for SWD multidrop
2021-11-20 Tomas Vanektarget/arm_adi_v5,arm_dap: introduce multidrop_targetse...
2021-11-20 Tomas Vanektarget/arm_dap: clean up dap_configure code
2021-11-20 Tomas Vanektarget/adi_v5_swd: introduce swd_queue_dp_read/write_in...
2021-11-20 Tomas Vanektarget/arm_dap: fix memory leak in error path of dap_cr...
2021-11-20 Tim Newsometarget: Use target_addr_t for algorithm addresses.
2021-11-20 Tim Newsomeriscv: Clear type 6 triggers on connecting.
2021-11-20 Jan Matyasriscv: Regenerated debug_defines.h and encoding.h
2021-11-20 Antonio Borneoadi_v5_swd: add comment to describe debug flag 'do_sync'
2021-11-20 Antonio Borneoarm_adi_v5: add missing enum DORMANT_TO_JTAG
2021-11-18 Andreas Fritiofsoncortex_m: Restore fast register reads if no polling...
2021-11-18 Tomas Vanektarget/cortex_m: faster reading of all CPU registers
2021-11-18 Antonio Borneocortex_m: poll S_REGRDY on register r/w
2021-11-18 Tomas Vanektarget/cortex_m: cumulate DHCSR sticky bits
2021-11-18 Tomas Vanektarget/cortex_m: use cortex_m->dcb_dhcsr in cortex_m_so...
2021-11-18 Tomas Vanekcortex_m: use cortex_m_write_debug_halt_mask() in corte...
2021-11-13 Antonio Borneojtag: align adapter speed code to new structure
2021-11-13 Antonio Borneojtag: move prototype of adapter init/quit and speed...
2021-10-25 Antonio Borneoriscv: use relative path to include contrib's data
2021-10-25 Antonio Borneoopenocd: remove 'src' prefix from #include path
2021-10-25 Tim NewsomeUpstream a whole host of RISC-V changes.
2021-10-25 Antonio Borneomips64_pracc: fix three dead assignments
2021-10-25 Antonio Borneotarget/lakemont: fix dead assignment
2021-10-25 Antonio Borneoarmv8: fix five dead assignments
2021-10-25 Antonio Borneoarm_semihosting: fix two dead assignments
2021-10-25 Antonio Borneoarm_tpiu_swo: fix two dead assignments
2021-10-02 Yasushi SHOJIhelper: Remove src/helper from include dirs
2021-10-02 Tarek BOCHKATItarget: reset target examined flag if target::examine...
2021-10-02 Tarek BOCHKATItarget/cortex_m: enhance multi-core examine logs
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-25 Antonio Borneoarm_adi_v5: drop ANY_ID from table dap_part_nums
2021-09-25 Antonio Borneoarm_adi_v5: add arm Neoverse N2 part numbers
2021-09-25 Kevin Burkearm_adi_v5: add arm Neoverse N1 part numbers
2021-09-25 Antonio Borneoarm_adi_v5: add arm Cortex-R52 part numbers
2021-09-25 Antonio Borneoarm_adi_v5: add arm SoC-600 part numbers
2021-09-25 Antonio Borneoarm_adi_v5: add helper to search for part number
2021-09-25 Kevin Burkearm_adi_v5: move in a separate function devtype decode...
2021-09-25 Antonio Borneoarm_adi_v5: simplify handling of AP type
2021-09-25 Antonio Borneoarm_coresight: add include file and use it
2021-09-25 Antonio Borneoarmv7m.h: relax dependency from 'arm_adi_v5.h'
2021-09-18 Antonio Borneotarget: do not cast NULL in assignment
2021-09-18 Antonio Borneoopenocd: remove last NULL comparisons
2021-09-11 Tim NewsomeIn SMP config, replicate watchpoints on each core
2021-09-04 Yasushi SHOJItarget: cortex_m: Fix a typo VECTRESET
2021-08-22 roottarget/adi_v5_jtag: Add support for 8-bit IR JTAG-DP
2021-08-22 Antonio Borneocortex_a: use the ap number specified at target create
2021-08-22 Antonio Borneojep106: use packed jedec manufacturer code
2021-08-22 Antonio Borneoarm_adi_v5: update coresight class names
2021-08-22 Antonio Borneocortex_m: fix command 'step address'
2021-08-14 Antonio Borneoarm_adi_v5: use macro DP_APSEL_MAX in place of magic...
2021-08-14 Antonio Borneoarm_adi_v5: fix access to 64-bit MEM-AP
2021-08-14 Antonio Borneoarm_adi_v5: fix signed offset in Class 0x1 ROM tables
2021-08-14 Antonio Borneohelper/align.h: use it
2021-07-31 Tim NewsomeCall poll at a fixed interval.
2021-07-24 Florian Fainelliarm_adi_v5: Added Cortex-A76 identifiers
2021-07-24 Florian Fainelliarm_adi_v5: Provide Brahma-B53 identifiers
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: manually fix Yoda conditions
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-07-20 Antonio Borneotarget/nds32: use lowercase for C variables
2021-07-20 Antonio Borneotarget/nds32: rename CamelCase symbols
2021-07-20 Antonio Borneotarget/mips: rename CamelCase symbols
2021-07-20 Antonio Borneotarget/arm: opcodes: rename CamelCase symbols and upper...
2021-07-20 Antonio Borneotarget/cortex_m: rename CamelCase symbol
2021-07-20 Antonio Borneotarget/arm: rename CamelCase symbols
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-10 Jan Matyastarget/semihosting: Fix of close(): Never close standar...
2021-07-10 Jan Matyastarget/semihosting: Capture errno in SEMIHOSTING_SYS_ISTTY
2021-07-02 Marc Schinktarget/cortex_a: Replace printf() with LOG_DEBUG()
2021-07-02 Marc Schinktarget/aarch64: Replace printf() with LOG_DEBUG()
2021-07-02 Marc Schinktarget/mips64: Replace printf() with LOG_ERROR()
2021-07-02 Jan Matyastarget: check return value of register get/set callbacks
2021-07-02 Marc Schinktarget/stm8: Remove unused member 'stm8_common'
2021-07-02 Kevin Burketarget/adiv5: Large Physical Address Extension
2021-06-26 Marc Schinktarget/breakpoints: Remove dead code and cleanup
2021-06-26 Antonio Borneoarmv7m: replace flag 'stlink' with 'is_hla_target'
2021-06-26 Marc Schinktarget/dsp563xx: Use bool data type for 'hardware_break...
2021-06-26 Marc Schinktarget/dsp563xx: Handle return values
2021-06-26 Jesse Sheridantarget/riscv: Implement get_gdb_arch()
2021-06-18 Marc SchinkUse boolean argument for register_get_by_name()
2021-06-18 Marc Schinktarget/register: Minor code cleanup
2021-06-18 Tarek BOCHKATIcortex_m: enhance core and arch detection
2021-06-18 Tarek BOCHKATItarget/arm: optimize architecture flags
2021-06-18 Marc Schinktarget: Rename 'linked_BRP' to 'linked_brp'
2021-06-13 Tarek BOCHKATIarmv4_5: do not read/write non-existent registers
2021-06-13 Tarek BOCHKATIarm_dpm: do not read/write non-existent registers
next