boards: Convert stm32f3_seco_d23 to HWM v2

Port the board to HWMv2.

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
Abderrahmane Jarmouni
2024-02-06 14:33:09 +01:00
committed by Jamie McCrae
parent a1688ff641
commit 61e0f32716
11 changed files with 10 additions and 22 deletions

View File

@@ -1,8 +0,0 @@
# SECO SBC-3.5-PX30 board configuration
# Copyright (c) 2022, SECO Spa
# SPDX-License-Identifier: Apache-2.0
config BOARD_STM32F3_SECO_D23
bool "SECO SBC-3.5-PX30 (STM32F302VC) Board"
depends on SOC_STM32F302XC

View File

@@ -1,11 +0,0 @@
# SECO SBC-3.5-PX30 board configuration
# Copyright (c) 2022, SECO Spa
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32F3_SECO_D23
config BOARD
default "stm32f3_seco_d23"
endif # BOARD_STM32F3_SECO_D23

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2022, SECO Spa
# SPDX-License-Identifier: Apache-2.0
config BOARD_STM32F3_SECO_D23
select SOC_STM32F302XC

View File

@@ -0,0 +1,5 @@
board:
name: stm32f3_seco_d23
vendor: seco
socs:
- name: stm32f302xc

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -3,9 +3,6 @@
#
# Copyright (c) 2022, SECO Spa
CONFIG_SOC_SERIES_STM32F3X=y
CONFIG_SOC_STM32F302XC=y
# Enable MPU
CONFIG_ARM_MPU=y