aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_dap.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-14/+2
2022-06-24arm_adi_v5: add option 'root' to 'dap info' commandAntonio Borneo1-3/+15
2022-06-24adiv6: use struct adiv5_ap->ap_num to contain the AP base addressAntonio Borneo1-4/+4
2022-06-24adiv6: read ROM Table address sizeKevin Burke1-0/+17
2022-06-24adiv6: add dap flags -adiv5 and -adiv6Kevin Burke1-0/+18
2022-06-24arm_adi_v5: add ap refcount and add get/put around ap useAntonio Borneo1-1/+14
2021-11-23openocd: use unique name for struct command_registrationAntonio Borneo1-3/+3
2021-11-20target/arm_dap: check SWD DAP configurationTomas Vanek1-0/+52
2021-11-20target/arm_adi_v5,arm_dap: introduce multidrop_targetsel and its configurationTomas Vanek1-1/+47
2021-11-20target/arm_dap: clean up dap_configure codeTomas Vanek1-18/+22
2021-11-20target/arm_dap: fix memory leak in error path of dap_create()Tomas Vanek1-1/+4
2021-09-25openocd: prevent jimtcl error message while testing commandsAntonio Borneo1-1/+1
2021-08-14arm_adi_v5: fix access to 64-bit MEM-APAntonio Borneo1-3/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-5/+5
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2021-07-02target/adiv5: Large Physical Address ExtensionKevin Burke1-0/+3
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-10/+10
2021-04-18helper/command: override target only on target prefixed cmdsAntonio Borneo1-6/+2
2020-01-14adi_v5_dapdirect: add support for adapter drivers that provide DAP APIAntonio Borneo1-0/+4
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-2/+2
2019-10-18adi_v5_jtag: avoid RAM exhaustion by limiting jtag queue sizeBohdan Tymkiv1-0/+1
2019-05-25arm_adi_v5: Split CSW bits into AHB/APB/AXILeonard Crestez1-1/+1
2019-05-14target/arm_adi_v5: change prototype of dap_rom_display()Paul Fertser1-1/+1
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-0/+1
2019-01-23target/arm_dap: fix segmentation fault in 'dap info' cmdTomas Vanek1-0/+5
2018-09-07adi_v5: enforce check on AP number valueAntonio Borneo1-2/+2
2018-07-24arm_adi_v5: put SWJ-DP back to JTAG mode at exitAntonio Borneo1-0/+5
2018-04-07target/arm_adi_v5: extend apcsw command to accept arbitrary bitsTomas Vanek1-0/+2
2018-04-07arm_adi_v5: Add ability to ignore the CSYSPWRUPACK bitMatthias Welwarsky1-0/+5
2018-03-30target: restructure dap supportMatthias Welwarsky1-0/+366