aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_cti.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-25target: cti: rewrite command 'cti names' as COMMAND_HANDLERAntonio Borneo1-12/+9
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 ap refcount and add get/put around ap useAntonio Borneo1-11/+15
2022-04-30target/arm_cti: Fix error handling in 'cti create'Marc Schink1-1/+6
2021-09-25openocd: prevent jimtcl error message while testing commandsAntonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-3/+3
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-2/+2
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-5/+5
2021-04-18helper/command: override target only on target prefixed cmdsAntonio Borneo1-6/+2
2020-11-04target/arm_cti: use adiv5_jim_mem_ap_spot_configure()Antonio Borneo1-100/+41
2020-05-02coding style: src: remove empty lines at end of text filesAntonio Borneo1-1/+0
2020-01-27target/arm_cti: fix regression from Tcl_return_values seriesTomas Vanek1-20/+8
2020-01-02target/arm_cti: add new 'ack' and 'channel' commandsTarek BOCHKATI1-0/+68
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-2/+2
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-0/+1
2018-12-27target/arm_cti : export CTI APPPULSE and INACK registerTarek BOUCHKATI1-1/+3
2018-12-27target/arm_cti: add debug message when an incorrect CTI register name is usedTarek BOCHKATI1-2/+4
2018-09-07adi_v5: enforce check on AP number valueAntonio Borneo1-0/+4
2018-04-10armv8: valgrind memleak fixesMatthias Welwarsky1-0/+12
2018-03-30target: restructure dap supportMatthias Welwarsky1-19/+11
2018-03-30arm_cti: add cti command groupMatthias Welwarsky1-8/+435
2017-02-24target: generic ARM CTI function wrapperMatthias Welwarsky1-0/+148