boards: Convert stm32f411e_disco to HWM v2

Port the board to HWMv2.

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
Abderrahmane Jarmouni
2024-02-06 17:55:21 +01:00
committed by Jamie McCrae
parent ecfbf42757
commit 2a572e3fb0
14 changed files with 12 additions and 18 deletions

View File

@@ -1,11 +0,0 @@
# STM32F411E-DISCO board configuration
# Copyright (c) 2017 Fenix Engineering Solutions
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32F411E_DISCO
config BOARD
default "stm32f411e_disco"
endif # BOARD_STM32F411E_DISCO

View File

@@ -1,8 +1,5 @@
# STM32F411E-DISCO board configuration
# Copyright (c) 2017 Fenix Engineering Solutions
# SPDX-License-Identifier: Apache-2.0
config BOARD_STM32F411E_DISCO
bool "STM32F411E-DISCO Development Board"
depends on SOC_STM32F411XE
select SOC_STM32F411XE

View File

@@ -0,0 +1,11 @@
board:
name: stm32f411e_disco
vendor: st
revision:
format: letter
default: "B"
revisions:
- name: "B"
- name: "D"
socs:
- name: stm32f411xe

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32F4X=y
CONFIG_SOC_STM32F411XE=y
# Enable MPU
CONFIG_ARM_MPU=y