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

View File

@@ -1,8 +0,0 @@
# STM32F723E Discovery board configuration
# Copyright (c) 2018 Aurelien Jarno
# SPDX-License-Identifier: Apache-2.0
config BOARD_STM32F723E_DISCO
bool "STM32F723E Discovery Development Board"
depends on SOC_STM32F723XX

View File

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

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2018 Aurelien Jarno
# SPDX-License-Identifier: Apache-2.0
config BOARD_STM32F723E_DISCO
select SOC_STM32F723XX

View File

@@ -0,0 +1,5 @@
board:
name: stm32f723e_disco
vendor: st
socs:
- name: stm32f723xx

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

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