boards: Convert nucleo_h753zi 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
91f9198dc4
commit
56456c16e5
@@ -1,8 +0,0 @@
|
||||
# STM32H753ZI Nucleo board configuration
|
||||
|
||||
# Copyright (c) 2021 Blue Clover Devices
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NUCLEO_H753ZI
|
||||
bool "Nucleo H753ZI Development Board"
|
||||
depends on SOC_STM32H753XX
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_NUCLEO_H753ZI
|
||||
|
||||
config BOARD
|
||||
default "nucleo_h753zi"
|
||||
|
||||
if NETWORKING
|
||||
|
||||
config NET_L2_ETHERNET
|
||||
5
boards/st/nucleo_h753zi/Kconfig.nucleo_h753zi
Normal file
5
boards/st/nucleo_h753zi/Kconfig.nucleo_h753zi
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2021 Blue Clover Devices
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NUCLEO_H753ZI
|
||||
select SOC_STM32H753XX
|
||||
5
boards/st/nucleo_h753zi/board.yml
Normal file
5
boards/st/nucleo_h753zi/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: nucleo_h753zi
|
||||
vendor: st
|
||||
socs:
|
||||
- name: stm32h753xx
|
||||
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
@@ -127,7 +127,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_h753zi/nucleo_h753zi_defconfig``
|
||||
:zephyr_file:`boards/st/nucleo_h753zi/nucleo_h753zi_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_STM32H753XX=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
Reference in New Issue
Block a user