aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m_trace.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-23itm: fix default initializationAntonio Borneo1-8/+14
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-13/+2
2021-03-10armv7m_trace: get rid of the old tpiu codeAntonio Borneo1-324/+0
2021-03-10itm: rework itm commands before 'init'Antonio Borneo1-4/+6
2021-03-10stlink: fix execution order in stlink_config_trace()Antonio Borneo1-1/+1
2021-03-10armv7m_trace_itm_config: wait for ITMBusy to be clearedAdrian Negreanu1-0/+28
2020-12-26armv7m_trace: stop getting traces from adapter at exitAntonio Borneo1-0/+15
2020-11-07armv7m: add a TCP channel to stream captured traceTarek BOCHKATI1-17/+106
2020-06-18target/armv7m_trace: Calculate prescaler for external capture devicesMarc Schink1-0/+16
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink1-22/+4
2019-03-01Use enum for target_register_timer_callback()Marc Schink1-1/+2
2018-07-19target/armv7m_trace: Use prefix for enumsMarc Schink1-10/+10
2016-05-24Remove FSF address from GPL noticesMarc Schink1-0/+3
2015-09-05server: tcl_trace commandAustin Morton1-9/+16
2015-03-25armv7m_trace, stlink: provide APIs to capture trace with an adapterPaul Fertser1-5/+51
2015-03-25armv7m: add generic trace support (TPIU, ITM, etc.)Paul Fertser1-0/+295