Browse Source
Port the board to HWMv2. Introduce it as variant of nucleo_l452re Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>pull/69687/head
6 changed files with 15 additions and 6 deletions
@ -1,4 +1,4 @@ |
|||||||
identifier: nucleo_l452re_p |
identifier: nucleo_l452re/stm32l452xx/p |
||||||
name: ST Nucleo L452RE-P |
name: ST Nucleo L452RE-P |
||||||
type: mcu |
type: mcu |
||||||
arch: arm |
arch: arm |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32L4X=y |
|
||||||
CONFIG_SOC_STM32L452XX=y |
|
||||||
|
|
||||||
# enable uart driver |
# enable uart driver |
||||||
CONFIG_SERIAL=y |
CONFIG_SERIAL=y |
||||||
|
|
Loading…
Reference in new issue