soc: stm32: add SWO logger backend support

This patch adds HAS_SWO selections to all STM32 SoCs supporting Serial
Wire Output via the Trace Port Interface Unit (TPIU).

Signed-off-by: Markus Fuchs <markus.fuchs@de.sauter-bc.com>
This commit is contained in:
Markus Fuchs 2019-07-13 22:02:34 +02:00 committed by Carles Cufí
commit 750a30296f
8 changed files with 8 additions and 0 deletions

View file

@ -12,5 +12,6 @@ config SOC_SERIES_STM32F3X
select CPU_HAS_FPU
select HAS_STM32CUBE
select CLOCK_CONTROL_STM32_CUBE if CLOCK_CONTROL
select HAS_SWO
help
Enable support for STM32F3 MCU series