boards: Convert nucleo_h743zi to HWM v2

Port the board to HWMv2.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
Erwan Gouriou
2024-02-05 17:54:15 +01:00
committed by Carles Cufi
parent b290f25baa
commit 96f1bafbf9
11 changed files with 7 additions and 11 deletions

View File

@@ -5,9 +5,6 @@
if BOARD_NUCLEO_H743ZI
config BOARD
default "nucleo_h743zi"
if NETWORKING
config NET_L2_ETHERNET

View File

@@ -1,8 +1,5 @@
# STM32H743ZI Nucleo board configuration
# Copyright (c) 2020 Teslabs Engineering S.L.
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_H743ZI
bool "Nucleo H743ZI Development Board"
depends on SOC_STM32H743XX
select SOC_STM32H743XX

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_h743zi
vendor: st
socs:
- name: stm32h743xx

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -133,7 +133,7 @@ features:
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
``boards/arm/nucleo_h743zi/nucleo_h743zi_defconfig``
:zephyr_file:`boards/st/nucleo_h743zi/nucleo_h743zi_defconfig`
For more details please refer to `STM32 Nucleo-144 board User Manual`_.

View File

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