target/armv7m: fix static analyzer warning
[fw/openocd] / src / target /
2021-05-18 Tomas Vanektarget/armv7m: fix static analyzer warning
2021-05-15 Tarek BOCHKATItarget/armv7m.h: [style] replace tab with space between...
2021-05-11 Tarek BOCHKATIcortex_m: add armv8m special registers
2021-05-08 Marc Schinktarget/riscv: Change 'authdata_read' output
2021-05-08 Marc Schinktarget/stm8: Make 'stm8_command_handlers' static
2021-05-08 Antonio Borneostartup.tcl: prepare for jimtcl 0.81 'expr' syntax...
2021-05-08 Antonio Borneotelnet/auto-complete: hide deprecated and internal...
2021-05-04 Tarek BOCHKATIcortex_m: use unsigned int for FPB and DWT quantifiers
2021-05-02 Tarek BOCHKATIcortex_m: implement hit_watchpoint function
2021-05-01 Tim NewsomeCleanup of config/includes.
2021-05-01 Christian Hofftarget/image: report error if ELF file contains no...
2021-05-01 Florian Meistertarget/image: allow loading of 64-bit ELF files
2021-04-30 Tarek BOCHKATIcortex_m: mark FPU register as non-existent instead...
2021-04-30 Tomas Vanektarget/armv7m: change FPv4_SP and FPv5_SP/DP identifier...
2021-04-25 Tomas Vanektarget/arm_adi_v5: move DP register definitions to...
2021-04-25 Tomas Vanektarget/adi_v5_swd: remove double space from swd_cmd...
2021-04-25 Tomas Vanektarget/arm_adi_v5: add JTAG_TO_DORMANT sequence
2021-04-25 Antonio Borneosmp: move command deprecation to startup.tcl
2021-04-18 Antonio Borneohelper/command: register full-name commands in jim
2021-04-18 Antonio Borneohelper/command: pass command prefix to command registration
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-04-18 Cheng-Shiun TsaiAarch64:Switch to EL1 from EL0 before manipulate MMU
2021-04-11 Antonio Borneomem_ap: allow GDB connections
2021-04-11 Liming Suntarget/aarch64: Add watchpoint support
2021-03-19 Evgeniy Didintarget/arc: refactor ARC register numbers defines
2021-03-19 Rene Kitabuild: remove warnings with gcc 11
2021-03-19 Tarek BOCHKATIaarch64: handle semihosting in aarch32 state
2021-03-19 Tim NewsomeImplement CRC32 algorithm for RISC-V.
2021-03-19 Christian Hoffaarch64: add support for "reset halt"
2021-03-19 Antonio Borneojtag: remove minidriver code and minidriver-dummy
2021-03-19 Antonio Borneooocd_trace: drop the code, deprecated in v0.10.0
2021-03-19 Antonio Borneotarget: remove handling of target's deprecated_name
2021-03-19 Antonio Borneotarget: remove target names already deprecated in v0.8.0
2021-03-19 Antonio Borneostartup.tcl: remove commands already deprecated in...
2021-03-19 Antonio Borneotarget/arm920t: remove command 'arm920t cp15i' deprecat...
2021-03-19 Antonio Borneotarget/arm720t: remove command 'arm720t cp15' deprecate...
2021-03-10 Tarek BOCHKATIcortex_m: avoid reading and writing non-existent registers
2021-03-10 Antonio Borneoserver: revert commit 7e6556b3cad8
2021-03-10 Antonio Borneoarmv7m_trace: get rid of the old tpiu code
2021-03-10 Antonio Borneoarm_tpiu_swo: add support for independent TPIU and SWO
2021-03-10 Antonio Borneoitm: rework itm commands before 'init'
2021-03-10 Antonio Borneostlink: fix execution order in stlink_config_trace()
2021-03-10 Adrian Negreanuarmv7m_trace_itm_config: wait for ITMBusy to be cleared
2021-03-10 Yasushi SHOJItarget: Remove redundant initialization of endianness
2021-03-10 Marc Schinktarget/mips: Remove typedef'd struct
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-18 Tarek BOCHKATIcortex_m: [FIX] ARMv8-M does not support VECTRESET
2021-01-18 Tarek BOCHKATItarget/riscv: fix build error with -Werror=maybe-uninit...
2021-01-13 Antonio Borneoopenocd: fix doxygen parameters of functions
2021-01-13 Antonio Borneoopenocd: fix incorrect doxygen comments
2021-01-13 Antonio Borneotarget: fix memory leak on multiple '-gdb-port' flag
2020-12-26 Antonio Borneocortex-a: fix reset on dapdirect transports
2020-12-26 Antonio Borneoarmv7m_trace: stop getting traces from adapter at exit
2020-12-05 Antonio Borneotarget/register: use an array of uint8_t for register...
2020-12-05 Antonio Borneomips_mips64: fix minor host endianness bug
2020-12-05 Antonio Borneoarm7_9_common: fix host endianness bug in arm7_9_full_c...
2020-12-05 Antonio Borneoarmv4_5: fix output of command 'arm reg'
2020-12-05 Antonio Borneoarmv4_5: fix segmentation fault in command 'arm reg'
2020-12-02 Marc SchinkAdd initial RTT support
2020-12-02 Tomas Vanekadi_v5_swd: wait for readable DPIDR, ABORT if stalled
2020-12-02 Tomas Vanekarm_adi_v5: prevent possibly endless recursion in dap_d...
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
next