boards: Convert nucleo_h723zg 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:09 +01:00
committed by Carles Cufi
parent 9fbe6bf191
commit b290f25baa
11 changed files with 8 additions and 14 deletions

View File

@@ -5,9 +5,6 @@
if BOARD_NUCLEO_H723ZG
config BOARD
default "nucleo_h723zg"
if NETWORKING
config NET_L2_ETHERNET

View File

@@ -1,8 +1,5 @@
# STM32H723ZG Nucleo board configuration
# Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_H723ZG
bool "NUCLEO-H723ZG Development Board"
depends on SOC_STM32H723XX
select SOC_STM32H723XX

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_h723zg
vendor: st
socs:
- name: stm32h723xx

View File

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 109 KiB

View File

@@ -118,8 +118,8 @@ features:
Other hardware features are not yet supported on this Zephyr port.
The default configuration per core can be found in the defconfig files:
``boards/arm/nucleo_h723zg/nucleo_h723zg_defconfig``
The default configuration can be found in the defconfig files:
:zephyr_file:`boards/st/nucleo_h723zg/nucleo_h723zg_defconfig``
For more details please refer to `STM32 Nucleo-144 board User Manual`_.

View File

@@ -1,10 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32H7X=y
CONFIG_SOC_STM32H723XX=y
CONFIG_BOARD_NUCLEO_H723ZG=y
# Enable MPU
CONFIG_ARM_MPU=y