tcl/target: start using the new TPIU/SWO support
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 11 Oct 2020 22:12:05 +0000 (00:12 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Wed, 10 Mar 2021 21:33:53 +0000 (21:33 +0000)
commitc945d6e6160598894319860a92b602a192c2c268
tree933b6a269085f99f2aab6a80352ebe18c96cedcc
parent184724d14e120a9901fedfe05692bcd270f5eb57
tcl/target: start using the new TPIU/SWO support

Create the TPIU and SWO device in target config file.
Replace the target event 'trace-config' with the TPIU/SWO event
'post-enable'.
Extend the existing code in the event handler to properly set the
gpio mode and speed to permit synchronous trace.

This patch is not exhaustive of all the targets that have SWO, but
has to be considered as an initial example.

Change-Id: If4bbf364c0d2aef3ae49951e76507a3b1cfd58e7
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5859
Tested-by: jenkins
Reviewed-by: Adrian M Negreanu <adrian.negreanu@nxp.com>
tcl/target/stm32f4x.cfg
tcl/target/stm32h7x.cfg
tcl/target/stm32mp15x.cfg