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:
committed by
Carles Cufi
parent
b290f25baa
commit
96f1bafbf9
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_NUCLEO_H743ZI
|
||||
|
||||
config BOARD
|
||||
default "nucleo_h743zi"
|
||||
|
||||
if NETWORKING
|
||||
|
||||
config NET_L2_ETHERNET
|
||||
@@ -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
|
||||
5
boards/st/nucleo_h743zi/board.yml
Normal file
5
boards/st/nucleo_h743zi/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: nucleo_h743zi
|
||||
vendor: st
|
||||
socs:
|
||||
- name: stm32h743xx
|
||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
@@ -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`_.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user