aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-11gdb_server: enable keep-alive packets for qCRC packetParshintsev Anatoly1-0/+2
2024-05-11cortex_a: drop cortex_a_dap_write_memap_register_u32()Antonio Borneo1-52/+39
2024-05-11cortex_a: drop the command 'cache auto'Antonio Borneo6-47/+32
2024-05-11cortex_a: drop useless cache invalidate on mem writeAntonio Borneo3-26/+0
2024-05-04ipdbg: fix double free of virtual-ir dataDaniel Anselmi1-7/+6
2024-05-04tcl/target: Add helpers for booting Xilinx ZynqMP from JTAGSean Anderson1-0/+134
2024-05-04smp: fix SIGSEGV for "smp off" during target examineAntonio Borneo1-1/+1
2024-05-04target: cortex_a: fix regs invalidation when -defer-examineAntonio Borneo1-1/+1
2024-05-04target: aarch64: fix regs invalidation when -defer-examineAntonio Borneo1-1/+1
2024-05-04cortex_m: don't try to halt not-examined targetsAntonio Borneo1-0/+5
2024-05-04target/target: Add 'debug_reason' to current targetMarc Schink2-0/+19
2024-05-04target: cortex_m: fix display of DWT registersAntonio Borneo1-0/+1
2024-05-04jtag: linuxgpiod: minor alignment to coding styleAntonio Borneo1-9/+9
2024-05-04doc: style: report indentation of multi-line conditionAntonio Borneo1-0/+15
2024-04-07jtag: linuxgpiod: drop extra parenthesisAntonio Borneo1-2/+2
2024-04-07target/mips32: fix clang sbuild check failWalter Ji1-2/+2
2024-04-07remote_bitbang: Change sleep commands to Zz to avoid conflict with SWDJ. Neuschäfer2-4/+9
2024-04-07jtag: linuxgpiod: fix detection for line request biasAntonio Borneo2-4/+8
2024-04-07configure: prevent build of linuxgpiod with libgpiod v2Antonio Borneo1-1/+1
2024-04-07zynq_7000.cfg: Fix issue 'Error: can't read "zynq_pl": no such variable'Dominik Wernberger1-1/+1
2024-04-01flash/nor/eneispif: support ENE KB1200 ispi flashSteven Chang5-0/+454
2024-03-24target/adi_v5_swd: move setting of do_reconnect one level upTomas Vanek1-12/+10
2024-03-24helper/list: include the correct header fileAntonio Borneo3-2/+4
2024-03-24helper/list: Replace Linux code with FreeBSD oneAntonio Borneo1-709/+225
2024-03-24gdb_server: drop useless check in gdb_keep_client_alive()Antonio Borneo1-5/+2
2024-03-24gdb_server: add async-notif keep-alive during memory read/writeAntonio Borneo1-6/+46
2024-03-16target/mips32: add fpu access supportWalter Ji4-12/+245
2024-03-16ipdbg: configurable queue size used between JTAG-Host and JTAG-HubDaniel Anselmi2-14/+68
2024-03-16ipdbg: split ipdbg command into multiple commandsDaniel Anselmi10-167/+470
2024-03-16openocd: dump full command line in the debug logAntonio Borneo1-0/+4
2024-03-16target: aarch64: add support for 32 bit MON modeAntonio Borneo1-0/+3
2024-03-16target/adi_v5_swd: fix DP registers bankingTomas Vanek1-6/+9
2024-03-16jtag/drivers/bitbang: limit SWD WAIT retries by timeoutTomas Vanek1-2/+16
2024-03-16jtag/drivers/bitbang: use LOG_CUSTOM_LEVEL() macro for SWDTomas Vanek1-23/+33
2024-03-16helper/log: add LOG_CUSTOM_LEVEL() macroTomas Vanek2-1/+11
2024-03-16target/arm_adi_v5: introduce adiv5_jim_configure_ext()Tomas Vanek4-26/+29
2024-03-16drivers/cmsis_dap, kitprog: use helper to derive err code from ackTomas Vanek2-2/+2
2024-03-10flash/nor/nrf5: drop useless for cycle conditionTomas Vanek1-1/+1
2024-03-09target/mips32: add dsp access supportWalter Ji3-1/+452
2024-03-09gdb_server: fix segfault with GDB command 'flash-erase'Antonio Borneo1-0/+7
2024-03-09mem_ap: fix GDB connectionsAntonio Borneo1-4/+4
2024-03-09flash/nor/nrf5: use BIT() instead of << operatorTomas Vanek1-4/+5
2024-03-09flash/nor/nrf5: drop nrf5 info commandTomas Vanek2-170/+0
2024-03-09flash/nor/nrf5: drop nrf5_get_probed_chip_if_halted()Tomas Vanek1-44/+53
2024-03-09flash/nor/nrf5: add missing device typesTomas Vanek1-0/+4
2024-03-09flash/nor/nrf5: add missing package codesTomas Vanek1-4/+9
2024-03-09target/nrf51: use PAN #16 workaround in reset-init onlyTomas Vanek1-1/+1
2024-03-09flash/nor/nrf5, target/nrf51: deprecate nrf51 flash driverTomas Vanek2-4/+5
2024-03-09flash/nor/nrf5: drop unused part of HWIDs tableTomas Vanek1-32/+16
2024-03-02gdb_server: don't send unrequested ACK at connectionAntonio Borneo1-3/+0