aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Schink1-0/+7
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-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äfer1-2/+2
2024-04-07jtag: linuxgpiod: fix detection for line request biasAntonio Borneo1-3/+3
2024-04-01flash/nor/eneispif: support ENE KB1200 ispi flashSteven Chang4-0/+436
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 Anselmi1-14/+54
2024-03-16ipdbg: split ipdbg command into multiple commandsDaniel Anselmi4-139/+408
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 Ji2-1/+447
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 Vanek1-166/+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-09flash/nor/nrf5, target/nrf51: deprecate nrf51 flash driverTomas Vanek1-0/+3
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
2024-03-02target/esp_xtensa_smp: don't use coreid as an SMP indexErhan Kurubas1-2/+5
2024-03-02src/jtag/drivers/mpsse: Add support for new FTDI chip types.Luca Rufer2-0/+24
2024-02-24jtag/commands: fixed buffer overflowSydMontague1-1/+1
2024-02-24src/target/riscv: Help older compilersSevan Janiyan1-1/+1
2024-02-18driver: Add additional check for count of BYPASS devicesKirill Radkin1-0/+9
2024-02-17server/gdb-server: fix type error.wangyanwen1-4/+5
2024-02-15portability fix: Switch binary literals to hexSevan Janiyan3-71/+71
2024-02-11jep106: update to revision JEP106BI January 2024Antonio Borneo1-4/+54
2024-02-11jtag interfaces: Reduce usage of global for jtag queueEvan Hunter31-65/+72
2024-02-11jtag/drivers: fix reset logic handling in OpenJTAGN S1-7/+11