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:
parent
a913d0cff5
commit
f5df09891f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue