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 <andreas@sandberg.uk>
This commit is contained in:
parent
69e28939dd
commit
5767c8d78c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue