boards: Convert nucleo_f446re 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:50:41 +01:00
committed by Jamie McCrae
parent 24d7f625dc
commit 07e0bd2c07
17 changed files with 10 additions and 14 deletions

View File

@@ -1,8 +0,0 @@
# STM32F446RE Nucleo board configuration
# Copyright (c) 2018 Philémon Jaermann
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_F446RE
bool "Nucleo F446RE Development Board"
depends on SOC_STM32F446XX

View File

@@ -5,9 +5,6 @@
if BOARD_NUCLEO_F446RE if BOARD_NUCLEO_F446RE
config BOARD
default "nucleo_f446re"
config SPI_STM32_INTERRUPT config SPI_STM32_INTERRUPT
default y default y
depends on SPI depends on SPI

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2018 Philémon Jaermann
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_F446RE
select SOC_STM32F446XX

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_f446re
vendor: st
socs:
- name: stm32f446xx

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

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