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:
committed by
Jamie McCrae
parent
ecfbf42757
commit
2a572e3fb0
@@ -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
|
||||
@@ -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
|
||||
11
boards/st/stm32f411e_disco/board.yml
Normal file
11
boards/st/stm32f411e_disco/board.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
board:
|
||||
name: stm32f411e_disco
|
||||
vendor: st
|
||||
revision:
|
||||
format: letter
|
||||
default: "B"
|
||||
revisions:
|
||||
- name: "B"
|
||||
- name: "D"
|
||||
socs:
|
||||
- name: stm32f411xe
|
||||
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user