aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-15tcl/fpga: Support for Xilinx Spartan3 series devicesGeorge Voicu1-0/+43
2024-06-15tcl/fpga/xilinx-dna: Support for reading Spartan3 DNA codeGeorge Voicu1-0/+6
2024-06-15target/arm_tpiu_swo: Fix memory leak on errorAntonio Borneo1-4/+2
2024-06-15fix GCC's `-Wcalloc-transposed-args` warningEvgeniy Naydanov10-13/+13
2024-06-08flash/nor/nrf5: handle ERROR_WAIT during nRF91 flash eraseTomas Vanek1-0/+22
2024-06-08flash/nor/nrf5: show proper SoC type on newer nRF91 devicesTomas Vanek1-4/+38
2024-06-08tcl/target: add nRF53 and nRF91 config filesTomas Vanek3-0/+295
2024-06-08flash/nor/nrf5: add basic nRF53 and nRF91 supportTomas Vanek2-39/+181
2024-06-08flash/nor/nrf5: make flash erase little fasterTomas Vanek1-50/+35
2024-06-08flash/nor/nrf5: introduce address mapsTomas Vanek1-85/+152
2024-06-08gdb_server: do not start multiple instances on "pipe"Paul Fertser1-1/+3
2024-06-08flash/nor/tcl: Fix memory leak of flash bank nameMarc Schink1-0/+1
2024-06-08tcl/board: Add config for NXP FRDM-KV31FMarc Schink1-0/+21
2024-06-08tcl/board: Add config for NXP FRDM-KV11ZMarc Schink1-0/+21
2024-06-08target/riscv: support for smp group manipulationParshintsev Anatoly2-0/+15
2024-06-08doc: Minimally describe the BSCAN tunnel interface.Tim Newsome1-2/+16
2024-06-08jtag/drivers/ftdi: Use command_print instead of LOG_USER for get_signalMark Featherston1-2/+2
2024-06-08target: reset examine after assert_resetAntonio Borneo1-5/+7
2024-06-08src/helper/startup: fix syntax errorsNoah Moroze1-2/+2
2024-06-08tcl/chip/st/spear: fix syntax errorsNoah Moroze1-2/+2
2024-06-08tcl/target/c100helper: fix syntax errorsNoah Moroze1-2/+2
2024-06-08tcl/memory: fix syntax errorsNoah Moroze1-2/+2
2024-06-08contrib: Drop 'coresight-trace.txt'Marc Schink1-68/+0
2024-06-08server: gdb: respect command gdb_report_register_access_errorAntonio Borneo1-2/+8
2024-05-26Documentation: fix warning "unbalanced square brackets"R. Diez1-1/+1
2024-05-26Documentation: Fix 2 warnings "Underfull \hbox (badness 10000)"R. Diez1-3/+2
2024-05-26ChangeLog: fix warning "Wide character in print" from git2clR. Diez1-1/+6
2024-05-26configure.ac: show the dummy adapter in the configuration summaryR. Diez1-9/+15
2024-05-26openocd: drop include of target_type.hAntonio Borneo16-41/+26
2024-05-26Fix build with clang even if it sets __GNUC__ to >= 4.4Bernhard Rosenkränzer2-2/+2
2024-05-26target/semihosting: Fix double free()Marc Schink1-3/+1
2024-05-26tcl/target/nrf52: Configure trace port speedMarc Schink1-0/+20
2024-05-26tcl/target/nrf52: Use 'error' instead of 'echo'Marc Schink1-6/+3
2024-05-26target/arm_tpiu_swo: Handle errors in pre/post-enable eventsMarc Schink1-5/+11
2024-05-26server/gdb: Use 'bool' data type where appropriateMarc Schink1-13/+13
2024-05-26target/arm_tpiu_swo: Fix division by zeroMarc Schink1-8/+24
2024-05-11target/xtensa: avoid IHI for writes to non-executable memoryIan Thompson1-8/+81
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