boards: Convert nucleo_f722ze 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:23 +01:00 committed by Jamie McCrae
parent bbb73e7550
commit 5f2808d7cc
12 changed files with 10 additions and 14 deletions

View File

@ -1,8 +0,0 @@
# STM32F722ZE Nucleo board configuration
# Copyright (c) 2023 Evan Perry Grove
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_F722ZE
bool "Nucleo F722ZE Development Board"
depends on SOC_STM32F722XX

View File

@ -5,9 +5,6 @@
if BOARD_NUCLEO_F722ZE
config BOARD
default "nucleo_f722ze"
config SPI_STM32_INTERRUPT
default y
depends on SPI

View File

@ -0,0 +1,5 @@
# Copyright (c) 2023 Evan Perry Grove
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_F722ZE
select SOC_STM32F722XX

View File

@ -0,0 +1,5 @@
board:
name: nucleo_f722ze
vendor: st
socs:
- name: stm32f722xx

View File

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 93 KiB

View File

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