aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-08-01target/riscv: add common magicTomas Vanek2-0/+12
2022-08-01target/riscv: use struct riscv_info instead of typedef riscv_info_tTomas Vanek4-27/+35
2022-07-30arm_adi_v5: Adding Nuvoton NPCX quirkBen Bender2-0/+38
2022-07-30drivers/vdebug: add support for DAP level interfaceJacek Wuwer1-138/+396
2022-07-23target/semihosting: export semihosting_common_handlers[] from header fileErhan Kurubas5-6/+2
2022-07-23helper/jim-nvp: avoid camelcase error by deprecated APIAntonio Borneo1-140/+0
2022-07-23openocd: src: replace SPDX to remaining filesAntonio Borneo7-85/+35
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo30-390/+60
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo192-2501/+384
2022-07-23openocd: src/rtos: replace the GPL-2.0-or-later license tagAntonio Borneo28-370/+53
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo108-1404/+216
2022-07-23openocd: src/helper: replace the GPL-2.0-or-later license tagAntonio Borneo23-299/+46
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo110-1429/+220
2022-07-23openocd: src: fix incorrect SPDX tagsAntonio Borneo16-30/+33
2022-07-23openocd: src: fix incorrect GPL license tagAntonio Borneo1-2/+2
2022-07-23openocd: src: replace the GPL-2.0-only license tagAntonio Borneo1-12/+2
2022-07-23openocd: src: replace the incomplete GPL-2.0-or-later license tagAntonio Borneo6-71/+20
2022-07-23openocd: src: replace the GPL and BSD-Source-Code license tagsAntonio Borneo3-161/+37
2022-07-23openocd: src: replace the GPL with eCos exception 2.0 license tagAntonio Borneo1-24/+2
2022-07-23openocd: src: replace the BSD-2-Clause-Views license tagAntonio Borneo2-56/+6
2022-07-23openocd: src: replace the BSD-3-Clause license tagAntonio Borneo1-27/+2
2022-07-23openocd: src: add GPL license tag on files that miss itAntonio Borneo4-0/+8
2022-07-23openocd: src: remove duplicated GPL license tagAntonio Borneo1-13/+0
2022-07-23openocd: build: add SPDX tagAntonio Borneo27-0/+54
2022-07-02semihosting: fix return value of SYS_READ and SYS_WRITEPavel Kirienko1-9/+3
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-02jtag: add esp_usb_jtag driverErhan Kurubas3-0/+817
2022-06-24helper: fix build with mingw gcc 12.1.0Antonio Borneo1-2/+4
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-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 Kurubas4-2/+730
2022-06-24target: add Espressif ESP32 basic supportErhan Kurubas8-3/+1546
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 Borneo3-6/+62
2022-06-24adiv6: use struct adiv5_ap->ap_num to contain the AP base addressAntonio Borneo8-68/+134
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 Burke2-0/+33