From 5767c8d78cc705e0d48a7bb3c2280e48a1acd9c7 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Mon, 4 Dec 2023 21:08:31 +0000 Subject: [PATCH] dts: stm32g4: Add ITM support The STM32 G4 series has a built-in Arm Instrumentation Trace Macrocell. Set CONFIG_HAS_SWO to enable this. Signed-off-by: Andreas Sandberg --- soc/arm/st_stm32/stm32g4/Kconfig.series | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/arm/st_stm32/stm32g4/Kconfig.series b/soc/arm/st_stm32/stm32g4/Kconfig.series index 6d81e3f1fc1..f04432c3ee3 100644 --- a/soc/arm/st_stm32/stm32g4/Kconfig.series +++ b/soc/arm/st_stm32/stm32g4/Kconfig.series @@ -14,5 +14,6 @@ config SOC_SERIES_STM32G4X select CPU_HAS_ARM_MPU select CLOCK_CONTROL_STM32_CUBE if CLOCK_CONTROL select HAS_PM + select HAS_SWO help Enable support for STM32G4 MCU series