aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-02target: esp_xtensa_smp: fix clang reportAntonio Borneo1-1/+1
2022-07-02semihosting: move semihosting_result_t from riscv.h to the semihosting_common.hErhan Kurubas4-29/+31
2022-07-02tcl/esp32s3: check memory protection on gdb attachErhan Kurubas1-3/+46
2022-07-02tcl/esp32s2: check memory protection on gdb attachErhan Kurubas1-0/+35
2022-07-02jtag: add esp_usb_jtag driverErhan Kurubas8-1/+893
2022-07-02configure: provide advice if PKG_PROG_PKG_CONFIG unavailableR. Diez1-0/+6
2022-06-24helper: fix build with mingw gcc 12.1.0Antonio Borneo1-2/+4
2022-06-24tcl: add SPDX tagAntonio Borneo54-0/+101
2022-06-24tcl/interface: add SPDX tagAntonio Borneo115-0/+230
2022-06-24tcl/board: add SPDX tagAntonio Borneo319-0/+636
2022-06-24tcl/target: add SPDX tagAntonio Borneo270-0/+535
2022-06-24tcl: move SPDX tag as first lineAntonio Borneo12-24/+24
2022-06-24tcl: replace FSF boilerplate with SPDX tagAntonio Borneo3-42/+6
2022-06-24tcl/board/steval-idb012v1: fix SPDX tagAntonio Borneo1-2/+3
2022-06-24tcl/interface/vdebug: add newline to file's last lineAntonio Borneo1-1/+1
2022-06-24semihosting: remove comparison with NULLAntonio Borneo1-1/+1
2022-06-24drivers/linuxgpiod: simplify gpio releaseAntonio Borneo1-32/+13
2022-06-24drivers/linuxgpiod: release gpio at exitAntonio Borneo1-0/+1
2022-06-24aarch64: fix handling of 'reset halt'Antonio Borneo1-5/+5
2022-06-24tcl/target/imx8m: use hwthread rtosAlvin Šipraga1-1/+2
2022-06-24semihosting: add custom user command handlerErhan Kurubas2-19/+33
2022-06-24esp32s2: convert counted timeout to timeval_msErhan Kurubas1-6/+8
2022-06-24target: add Espressif ESP32-S3 basic supportErhan Kurubas10-2/+1035
2022-06-24target: add Espressif ESP32 basic supportErhan Kurubas18-3/+1950
2022-06-24target/board: Add Ampere QS|MQ config filesDaniel Goehring3-0/+597
2022-06-24arm_adi_v5: parse ROM tables behind SoC-600 APv1 adapterAntonio Borneo1-3/+12
2022-06-24adiv6: stay in same AP during dap_lookup_cs_component()Antonio Borneo1-0/+7
2022-06-24adiv6: add support for ROM tables in APAntonio Borneo1-31/+141
2022-06-24adiv6: prepare for AP level ROM tablesAntonio Borneo1-16/+28
2022-06-24arm_adi_v5: add option 'root' to 'dap info' commandAntonio Borneo4-8/+66
2022-06-24adiv6: use struct adiv5_ap->ap_num to contain the AP base addressAntonio Borneo9-73/+156
2022-06-24adiv6: add low level swd transportAntonio Borneo1-26/+52
2022-06-24adi_v5_jtag: extend memaccess_tck to every AP accessKevin Burke1-8/+5
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