aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-12-30jtag: add -ir-bypass option to newtapHenrik Nordström6-1/+27
2023-12-30target/armv8: Add more support for decoding memory attributesPeter Collingbourne1-3/+76
2023-12-29target/adi_v5_swd: optimize sequences in swd_connect_multidrop()Tomas Vanek1-3/+30
2023-12-29target/arm_adi_v5,arm_dap: introduce pre_connect_init() dap operationTomas Vanek2-0/+12
2023-12-29target/arm_adi_v5: fix DP SELECT logicTomas Vanek4-101/+164
2023-12-24helper/bin2char: drop trailing empty lineAntonio Borneo1-1/+1
2023-12-24break from long loops on shutdown requestEvgeniy Naydanov3-1/+23
2023-12-16remote_bitbang: add use_remote_sleep option to send delays to remoteJeremy Herbert3-2/+61
2023-12-16jtag/core: Use 'bool' data type for 'bypass'Marc Schink3-5/+5
2023-12-16jtag: Rename 'hasidcode' to 'has_idcode'Marc Schink7-10/+10
2023-12-16helper: nvp: minor fixesAntonio Borneo2-3/+3
2023-12-16target: use bool for backup_working_areaAntonio Borneo2-5/+5
2023-12-15cmsis_dap_usb_hid: improve detection of probes with unusual report sizesSamuel Dewan1-6/+38
2023-12-10target: Increase maximum profile sample count to 1000000Karl Palsson1-1/+1
2023-12-10target: Add some info messages about examination process.Kirill Radkin1-0/+5
2023-12-10target/espressif: add algorithm support to xtensa chipsErhan Kurubas9-1/+192
2023-12-10target/xtensa: add algorithm supportErhan Kurubas2-0/+234
2023-12-10target/espressif: add algorithm support to execute code on targetErhan Kurubas5-2/+1103
2023-12-06drivers/cmsis_dap: use quirk workarounds optionallyTomas Vanek2-5/+29
2023-12-06jtag/drivers/cmsis_dap: implement canceling of pending USB requestsTomas Vanek4-3/+35
2023-12-06jtag/drivers/cmsis_dap_bulk: use asynchronous libusb transferTomas Vanek4-63/+319
2023-12-03remote_bitbang: Add SWD supportManuel Wick1-1/+30
2023-12-01target/target: Fix 'wp' command usageMarc Schink1-1/+1
2023-12-01target: clarify usage of `coreid`Evgeniy Naydanov6-17/+17
2023-12-01target/mips32: pracc write cp0 status register firstWalter Ji1-2/+5
2023-11-24target: Throw error in 'debug_reason' commandMarc Schink1-1/+11
2023-11-24target: remove `target_number`Evgeniy Naydanov3-59/+15
2023-11-24rtt_server: Add option for a message when client connectsThiemo van Engelen1-3/+21
2023-11-18rtt/tcl: Fix line indentationMarc Schink1-1/+1
2023-11-18flash/nor/stmqspi: Use correct command errorsMarc Schink1-10/+10
2023-11-18flash/nor/pic32mx: Remove redundant error messageMarc Schink1-4/+2
2023-11-18flash/nor/stm32l4x: Remove redundant error messagesMarc Schink1-12/+6
2023-11-18flash/nor/stm32h7x: Remove redundant error messagesMarc Schink1-9/+3
2023-11-18flash/nor/stm32f2x: Remove redundant error messagesMarc Schink1-25/+10
2023-11-18jtag/drivers/rshim: Remove redundant error messageMarc Schink1-3/+1
2023-11-18jtag/drivers/jtag_vpi: Remove redundant error messagesMarc Schink1-9/+3
2023-11-18jtag/drivers/ftdi: Use correct command errorMarc Schink1-1/+1
2023-11-18jtag/drivers/jlink: Use correct command errorsMarc Schink1-27/+24
2023-11-18mips32: MIPS32_OP_SRL was using SRA opcode.Tobias Diedrich1-2/+4
2023-11-18jtag/drivers/kitprog: Restructure commandsMarc Schink2-7/+13
2023-11-18drivers/cmsis_dap: drop unused variableTomas Vanek1-1/+1
2023-11-18jtag/drivers/cmsis-dap: Return error in 'backend' commandMarc Schink1-2/+3
2023-11-18jtag/drivers/cmsis-dap: Restructure commandsMarc Schink2-19/+37
2023-11-18aarch64: Use 64-bit reads/writes to access SCTLR_EL1Peter Collingbourne2-6/+6
2023-11-18openocd: src/target: Correctly handle CCSIDR_EL1.Associativity=0Peter Collingbourne1-2/+3
2023-11-18breakpoints: Add target logging to breakpoints and watchpointsMarek Vrbka2-21/+19
2023-11-18breakpoints: Fix endless loop in bp/wp_clear_targetKirill Radkin1-23/+12
2023-11-18xtensa: update XDM register map for TRAX supportianst3-0/+117
2023-11-18target: Remove break/watchpoints in target_destroy()Marc Schink1-0/+3
2023-11-18target: fix segmentation fault on target createAntonio Borneo1-1/+1