]> git.gag.com Git - fw/openocd/commit
arm_tpiu_swo: add support for independent TPIU and SWO
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 11 Oct 2020 22:11:46 +0000 (00:11 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Wed, 10 Mar 2021 21:33:40 +0000 (21:33 +0000)
commit184724d14e120a9901fedfe05692bcd270f5eb57
treea08223244e56f4226cb2d5042b3ffc5caeb67572
parentf9509c92dba370be363f5641d3fefe2250bee10c
arm_tpiu_swo: add support for independent TPIU and SWO

This is supposed to replace big part of armv7m_trace.[ch], since
TPIU is not only the one implemented in Cortex-M3 and M4.

Change-Id: I7588d16cbefe9cdb371c52fb0aa5cdfb48518804
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5858
Tested-by: jenkins
doc/openocd.texi
src/openocd.c
src/target/Makefile.am
src/target/arm_tpiu_swo.c [new file with mode: 0644]
src/target/arm_tpiu_swo.h [new file with mode: 0644]