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

@ -14,5 +14,6 @@ config SOC_SERIES_STM32L4X
select HAS_STM32CUBE
select CPU_HAS_ARM_MPU
select CLOCK_CONTROL_STM32_CUBE if CLOCK_CONTROL
select HAS_SWO
help
Enable support for STM32L4 MCU series