soc: arm: stm32l5 config the DWT for this soc

This config CPU_CORTEX_M_HAS_DWT, is to avoid the
pragma message "Null-Pointer exception detection cannot
be configured on un-mapped flash areas"

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2021-03-23 12:09:18 +01:00 committed by Carles Cufí
commit f5df09891f

View file

@ -13,6 +13,7 @@ config SOC_SERIES_STM32L5X
select CPU_HAS_ARM_MPU
select CPU_HAS_FPU
select ARMV8_M_DSP
select CPU_CORTEX_M_HAS_DWT
select HAS_STM32CUBE
help
Enable support for STM32L5 MCU series