aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_tpiu_swo.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-25target: arm_tpiu_swo: rewrite command 'tpiu init' as COMMAND_HANDLERAntonio Borneo1-10/+8
2023-03-25target: arm_tpiu_swo: rewrite command 'tpiu names' as COMMAND_HANDLERAntonio Borneo1-12/+9
2023-03-25target: arm_tpiu_swo: rewrite command 'tpiu enable' as COMMAND_HANDLERAntonio Borneo1-49/+45
2023-03-25target: arm_tpiu_swo: rewrite command 'tpiu disable' as COMMAND_HANDLERAntonio Borneo1-14/+10
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-06-24adiv6: use struct adiv5_ap->ap_num to contain the AP base addressAntonio Borneo1-7/+7
2022-06-24arm_adi_v5: add ap refcount and add get/put around ap useAntonio Borneo1-9/+19
2022-03-26arm_tpiu_swo: fix autodetection of SWO pin frequencyAntonio Borneo1-4/+13
2022-03-19server: change prototype of add_service()Antonio Borneo1-4/+11
2022-03-05target/arm_tpiu: Fix usage of 'tpiu create'Marc Schink1-1/+1
2022-03-05target/arm_tpiu: Fix 'tpiu create' parameter checkMarc Schink1-1/+1
2022-03-05target/arm_tpiu: Make error message easier to understandMarc Schink1-1/+2
2021-10-25arm_tpiu_swo: fix two dead assignmentsAntonio Borneo1-1/+5
2021-09-25openocd: prevent jimtcl error message while testing commandsAntonio Borneo1-1/+1
2021-09-25arm_tpiu_swo: fix support for deprecated 'tpiu' command before 'init'Antonio Borneo1-1/+11
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-9/+9
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-35/+35
2021-04-18helper/command: register full-name commands in jimAntonio Borneo1-2/+2
2021-04-18helper/command: override target only on target prefixed cmdsAntonio Borneo1-5/+1
2021-04-18helper/command: always pass struct command as jim private dataAntonio Borneo1-3/+6
2021-03-10server: revert commit 7e6556b3cad8Antonio Borneo1-1/+1
2021-03-10armv7m_trace: get rid of the old tpiu codeAntonio Borneo1-3/+194
2021-03-10arm_tpiu_swo: add support for independent TPIU and SWOAntonio Borneo1-0/+998