aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-24adiv6: add low level jtag transportKevin Burke5-19/+134
2022-06-24adi_v5_jtag: clear sticky overrun errorAntonio Borneo1-2/+2
2022-06-24adiv6: read ROM Table address sizeKevin Burke2-0/+20
2022-06-24adiv6: re-organize mem_ap registers definitionKevin Burke5-115/+143
2022-06-24adiv6: add dap flags -adiv5 and -adiv6Kevin Burke3-1/+38
2022-06-24arm_adi_v5: add ap refcount and add get/put around ap useAntonio Borneo12-69/+330
2022-06-10semihosting: fix accessing memory outside the bounds of the fn arrayErhan Kurubas1-3/+5
2022-06-10tcl: add get_bit & get_bitfield memory helper functionsErhan Kurubas1-0/+19
2022-06-10telnet_server: fix scan-build warningTarek BOCHKATI1-1/+5
2022-06-10arm_adi_v5: check for calloc() return valueAntonio Borneo1-0/+4
2022-06-10drivers/bitbang: silence scan-build warningAntonio Borneo1-1/+2
2022-06-10arm_adi_v5: fix scan-build warning [3/3]Antonio Borneo1-0/+2
2022-06-10arm_adi_v5: fix scan-build warning [2/3]Antonio Borneo1-1/+3
2022-06-10arm_adi_v5: fix scan-build warning [1/3]Antonio Borneo1-2/+3
2022-06-10flash/nor/numicro: remove useless architecture checkTomas Vanek1-7/+0
2022-06-08telnet_server: fix valgrind errorErhan Kurubas1-10/+1
2022-06-04flash/stm32l4x: fix scan-build warningsTarek BOCHKATI1-42/+47
2022-06-04stlink: manage TCP_BUSY status code when using RW MISCTarek BOCHKATI1-0/+7
2022-06-04target/riscv: drop unused variable registers_initializedTomas Vanek2-8/+0
2022-06-04target: add Espressif ESP32-S2 basic supportErhan Kurubas17-1/+5122
2022-06-03cortex_a: get rid of not needed log messagesTarek BOCHKATI1-1/+1
2022-06-03github/workflow: enable libftdi based adaptersTarek BOCHKATI2-4/+19
2022-06-03github workflow: use libusb 1.0.26 and hidapi 0.11.2Tarek BOCHKATI1-2/+2
2022-05-29flash/nor/core, target: don't ask for working mem if no target algoTomas Vanek2-2/+6
2022-05-27Give each SMP group a unique number.Tim Newsome2-2/+4
2022-05-27tcl: Add support for Kontron SMARC-sAL28Sean Anderson1-0/+14
2022-05-27target: Add LS1028ASean Anderson1-0/+18
2022-05-27tcl/target/ls1088: Break out common configurationSean Anderson2-55/+65
2022-05-21configure: build jimtcl with json extensionErhan Kurubas1-2/+2
2022-05-21semihosting: add semihosting_basedir commandErhan Kurubas4-3/+65
2022-05-21tcl/target/renesas_rz_five: Added RZ/Fivemicbis1-0/+22
2022-05-21tcl/target/renesas_rz_g2: Added RZ/G2LC and RZ/G2ULmicbis1-6/+22
2022-05-21flash: fix clang static analyzer build errorsErhan Kurubas2-5/+0
2022-05-21target: fix clang static analyzer warningTomas Vanek1-1/+1
2022-05-18target/riscv: fix 'reset run' after 'reset halt'Tomas Vanek1-5/+5
2022-05-17doc: prevent writing "topic:" to commit messageTomas Vanek1-5/+31
2022-05-14tcl/interface/ftdi: Add config for Tigard boardThomas Hebb1-0/+19
2022-05-14doc: Document linuxgpiod driver commandsSteve Marple1-1/+78
2022-05-14.gitignore: add cross-compile *-libtoolAntonio Borneo1-0/+1
2022-05-14drivers/am335xgpio: Add AM335x driver for bitbang support on BeagleBonesSteve Marple7-0/+906
2022-05-14bcm2835gpio: Fix incorrect GPIO validationSteve Marple1-14/+14
2022-05-14openocd: add post-init and pre-shutdown helpersAntonio Borneo4-10/+47
2022-05-14aarch64: don't wait for smp targets halted in deassert resetAntonio Borneo1-3/+7
2022-05-14arm_adi_v5: add support for 64bit Class 0x9 ROM tablesAntonio Borneo1-11/+32
2022-05-14arm_adi_v5: replace dap_lookup_cs_component()Antonio Borneo2-76/+85
2022-05-14arm_adi_v5: let dap_lookup_cs_component() to get AP dbgbaseAntonio Borneo4-28/+24
2022-05-14arm_adi_v5: abstract actions during ROM table parsingAntonio Borneo1-30/+123
2022-05-14arm_adi_v5: separate ROM table parsing from command output [3/3]Antonio Borneo1-17/+41
2022-05-14arm_adi_v5: separate ROM table parsing from command output [2/3]Antonio Borneo2-65/+107
2022-05-14arm_adi_v5: separate ROM table parsing from command output [1/3]Antonio Borneo1-6/+44