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

@ -11,5 +11,6 @@ config SOC_SERIES_STM32F1X
select SOC_FAMILY_STM32
select HAS_STM32CUBE
select CLOCK_CONTROL_STM32_CUBE if CLOCK_CONTROL
select HAS_SWO
help
Enable support for STM32F1 MCU series