boards: Convert nucleo_f767zi 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:14:47 +01:00
committed by Jamie McCrae
parent 37e9084070
commit 58f8fe82ba
12 changed files with 10 additions and 14 deletions

View File

@@ -1,8 +0,0 @@
# STM32F767ZI Nucleo board configuration
# Copyright (c) 2019 Roland Ma
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_F767ZI
bool "Nucleo F767ZI Development Board"
depends on SOC_STM32F767XX

View File

@@ -5,9 +5,6 @@
if BOARD_NUCLEO_F767ZI if BOARD_NUCLEO_F767ZI
config BOARD
default "nucleo_f767zi"
if NETWORKING if NETWORKING
config NET_L2_ETHERNET config NET_L2_ETHERNET

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2019 Roland Ma
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_F767ZI
select SOC_STM32F767XX

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_f767zi
vendor: st
socs:
- name: stm32f767xx

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

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