aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo192-2501/+384
2022-07-23openocd: src: fix incorrect SPDX tagsAntonio Borneo11-22/+22
2022-07-23openocd: src: replace the incomplete GPL-2.0-or-later license tagAntonio Borneo6-71/+20
2022-07-23openocd: src: add GPL license tag on files that miss itAntonio Borneo1-0/+2
2022-07-23openocd: src: remove duplicated GPL license tagAntonio Borneo1-13/+0
2022-07-23openocd: build: add SPDX tagAntonio Borneo6-0/+12
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-06-24semihosting: remove comparison with NULLAntonio Borneo1-1/+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 Borneo7-63/+128
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 Burke3-19/+102
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 Burke3-86/+114
2022-06-24adiv6: add dap flags -adiv5 and -adiv6Kevin Burke2-0/+33
2022-06-24arm_adi_v5: add ap refcount and add get/put around ap useAntonio Borneo9-56/+271
2022-06-10semihosting: fix accessing memory outside the bounds of the fn arrayErhan Kurubas1-3/+5
2022-06-10arm_adi_v5: check for calloc() return valueAntonio Borneo1-0/+4
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-04target/riscv: drop unused variable registers_initializedTomas Vanek2-8/+0
2022-06-04target: add Espressif ESP32-S2 basic supportErhan Kurubas13-1/+4956
2022-06-03cortex_a: get rid of not needed log messagesTarek BOCHKATI1-1/+1
2022-05-29flash/nor/core, target: don't ask for working mem if no target algoTomas Vanek1-1/+1
2022-05-27Give each SMP group a unique number.Tim Newsome2-2/+4
2022-05-21semihosting: add semihosting_basedir commandErhan Kurubas3-3/+59
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-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