boards: Convert nucleo_f429zi 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:29 +01:00 committed by Jamie McCrae
parent 157a8cde53
commit 24d7f625dc
16 changed files with 10 additions and 14 deletions

View File

@ -1,8 +0,0 @@
# NUCLEO-144 F429ZI board configuration
# Copyright (c) 2017 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_F429ZI
bool "NUCLEO-144 F429ZI Development Board"
depends on SOC_STM32F429XX

View File

@ -5,9 +5,6 @@
if BOARD_NUCLEO_F429ZI
config BOARD
default "nucleo_f429zi"
if NETWORKING
config NET_L2_ETHERNET

View File

@ -0,0 +1,5 @@
# Copyright (c) 2017 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_F429ZI
select SOC_STM32F429XX

View File

@ -0,0 +1,5 @@
board:
name: nucleo_f429zi
vendor: st
socs:
- name: stm32f429xx

View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View File

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

View File

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

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