boards: Convert nucleo_f401re 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:49:10 +01:00
committed by Jamie McCrae
parent 2db228d730
commit 60c16bcb8b
15 changed files with 10 additions and 14 deletions

View File

@@ -1,8 +0,0 @@
# NUCLEO-64 F401RE board configuration
# Copyright (c) 2016 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_F401RE
bool "NUCLEO-64 F401RE Development Board"
depends on SOC_STM32F401XE

View File

@@ -6,9 +6,6 @@
if BOARD_NUCLEO_F401RE
config BOARD
default "nucleo_f401re"
config SPI_STM32_INTERRUPT
default y
depends on SPI

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2016 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_F401RE
select SOC_STM32F401XE

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_f401re
vendor: st
socs:
- name: stm32f401xe

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

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