doc: document CMSIS-DAP v2
[fw/openocd] / src / target /
2020-11-15 Tomas Vanektarget/armv7m, cortex_m: fix misleading comments
2020-11-15 Tomas Vanektarget/cortex_m: remove wrong xPSR.ICI/IT bits handling
2020-11-15 Tomas Vanektarget/armv7m: use arch_info[i].value instead of alloca...
2020-11-15 Antonio Borneocortex_m: use the new enum ARMV7M_REGSEL_name
2020-11-15 Tomas Vanektarget/cortex_m,hla_target: rework Cortex-M register...
2020-11-15 Tomas Vanektarget/armv7m: rework Cortex-M register handling part 3
2020-11-15 Tomas Vanektarget/armv7m: rework Cortex-M register handling part 2
2020-11-15 Tomas Vanektarget/armv7m: rework Cortex-M register handling part 1
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-11 Kevin Yangtarget/cortex_m: Change sleep to running state
2020-11-08 Andreas BolschFlash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI...
2020-11-07 Antonio Borneotarget/arm7tdmi: remove unused/deprecated function...
2020-11-07 Kevin Yangtarget: Examine subsequent targets after failure
2020-11-07 Marc Schinktarget/image: Use proper data types
2020-11-07 Adrian Negreanusemihosting: print the semihosting operation id
2020-11-07 Tarek BOCHKATIarmv7m: add a TCP channel to stream captured trace
2020-11-07 Tarek BOCHKATIserver: permit the add_service function to return the...
2020-11-04 Antonio Borneotarget/adi_v5_jtag: remove unused global variable
2020-11-04 Antonio Borneocortex_m: declare local functions as static
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-11-04 Antonio Borneotarget/arm_cti: use adiv5_jim_mem_ap_spot_configure()
2020-11-04 Antonio Borneotarget/arm_adi_v5: add helper to get mem_ap spot in...
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-10-24 Evgeniy Didintarget/arc: introduce watchpoints support
2020-10-22 Sylvain Chouleurcortex_m: support control.FPCA
2020-10-14 Antonio Borneoriscv: fix compile error
2020-10-14 Tim NewsomeUpstream tons of RISC-V changes.
2020-10-11 Antonio Borneotarget/aarch64: fix use of 'target->private_config'
2020-10-11 Kevin Yangtarget/aarch64: Use apnum setting
2020-10-03 Daniel Trnkatarget/cortex_m.c: vector_catch command checks if a...
2020-10-03 Mete Balcitarget/aarch64: a64 disassembler
2020-09-27 Marc SchinkUse capstone for ARM disassembler
2020-09-20 Tarek BOCHKATIcortex_m: add detection of Cortex M35P and M55
2020-09-20 Tarek BOCHKATIcortex_m: read and display core security state
2020-09-20 Tarek BOCHKATIarmv8-m: add SecureFault exception
2020-09-05 Antonio Borneotarget: avoid checking for non NULL pointer to free it
2020-09-05 Stafford Horneopenrisc: Fix segv jsp due to free of unallocated data
2020-09-05 Antonio Borneoopenocd: fix command's usage string
2020-09-05 Antonio Borneotarget/arc: fix command's usage string
2020-09-05 Antonio Borneotarget: use proper format with uint32_t
2020-09-05 Antonio Borneoadi_v5: use macro DP_APSEL_MAX to allocate struct adiv5_ap
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-08-02 Antonio Borneotarget/arm11: fix memory leaks, including register...
2020-08-02 Antonio Borneotarget: use one second timeout while halting target...
2020-07-26 Antonio Borneotarget: fix minor typos and duplicated words
2020-07-26 Antonio Borneotarget/arm720t: fix memory leak of register cache
2020-07-26 Antonio Borneotarget/arm7tdmi: fix memory leak of register cache
2020-07-26 Antonio Borneotarget/xscale: fix memory leak of register cache
2020-07-26 Antonio Borneotarget: fix memory leaks on targets based on arm9tdmi
2020-07-26 Jiri Kastnersrc/target/arm_adi_v5.c: add Cortex-A35 related entries
2020-07-26 Jiri Kastnersrc/target/arm_adi_v5.c: resorted ids
2020-07-26 Evgeniy Didintarget/arc: Introduce Actionpoints support
2020-07-08 Antonio Borneocoding style: add arguments to function prototypes
2020-07-08 Antonio Borneocoding style: fix space separation
2020-07-08 Antonio Borneocoding style: fix print of hex values as decimal
2020-07-08 Antonio Borneotarget/arm926ejs: fix memory leaks
2020-06-27 Antonio Borneotarget: do not print an error on shutdown in target...
2020-06-27 Evgeniy Didintarget/arc: Introduce L1I,L1D,L2 caches support
2020-06-27 Lucasaarch64: Add support for debugging in HYP mode on ARMv8...
2020-06-18 Marc Schinktarget/armv7m_trace: Calculate prescaler for external...
2020-06-06 Antonio Borneocoding style: fix multi-line dereferencing
2020-06-06 Antonio Borneotarget/cortex_a: fix memory leak of register cache
2020-06-06 Antonio Borneotarget/mem_ap: fix two memory leaks
2020-06-06 Antonio Borneotarget/cortex-m: enable C_DEBUGEN during examine
2020-06-06 Tarek BOCHKATIarm_adi_v5: dap_ti_be_32_quirks_command minor simplific...
2020-06-06 Tarek BOCHKATIarm_adi_v5: enhance command error reporting
2020-05-24 Antonio Borneoopenocd: properly use jim data types
2020-05-24 Ake Rehnmanstm8 target: make adapter speed settings work
2020-05-24 Antonio Borneoswim: fix adapter speed handling
2020-05-24 Antonio Borneoswim: abstract the transport in stm8 target
2020-05-24 Tarek BOCHKATIarm_disassembler: fix typo 'ARM_UNKNOWN_INSTUCTION...
2020-05-14 Antonio Borneotarget/arc: fix build with clang
2020-05-12 iosabicortex_m: make bit fields in cortex_m unsigned.
2020-05-09 Antonio Borneocoding style: open function's brace at beginning of...
2020-05-09 Antonio Borneocoding style: wrap lines longer than 120 chars
2020-05-09 Antonio Borneocoding style: let "else" follow the close brace
2020-05-09 Antonio Borneocoding style: add missing space when split strings
2020-05-09 Antonio Borneocoding style: avoid unnecessary line continuations
2020-05-09 Antonio Borneocoding style: add parenthesis around the argument of...
2020-05-09 Antonio Borneocoding style: remove useless break after a goto or...
2020-05-08 Evgeniy Didintarget/arc: introduce breakpoint functionality
2020-05-08 Evgeniy Didintarget/arc: introduce arc_read/write_instruction functions
2020-05-08 Evgeniy Didintarget/arc: Add initial stepping functions
2020-05-03 Tomas Vanektarget/armv7m: cosmetic refactorization
2020-05-02 Antonio Borneocoding style: src: remove empty lines at end of text...
2020-04-24 Kevin Burketarget/armv8: Add ARM target name on halt status
2020-04-21 Tomas Vanektarget/armv7m: minor fixes of target algo exit point...
2020-04-21 Florian FainelliRemove BUILD_TARGET64
2020-04-20 Evgeniy Didintarget/arc: remove saving context during reset
2020-04-12 Antonio Borneocortex_m: remove deprecation for soft_reset_halt
2020-04-12 Antonio Borneocortex_a: don't wait for target halted in deassert_reset()
2020-04-09 Jan Matyastarget: added events TARGET_EVENT_STEP_START and _END
2020-04-05 Tarek BOCHKATIarmv8: log the register name which we failed to read...
next