boards: Convert stm32vl_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-01-29 16:41:33 +01:00
committed by Jamie McCrae
parent 86ab2bd430
commit 9644828c81
10 changed files with 6 additions and 18 deletions

View File

@@ -1,11 +0,0 @@
# Board configuration
# Copyright (c) 2020 Jonas Eriksson, Up to Code AB
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32VL_DISCO
config BOARD
default "stm32vl_disco"
endif # BOARD_STM32VL_DISCO

View File

@@ -1,8 +1,5 @@
# Board configuration
# Copyright (c) 2020 Jonas Eriksson, Up to Code AB
# SPDX-License-Identifier: Apache-2.0
config BOARD_STM32VL_DISCO
bool "STM32VLDISCOVERY Development Board"
depends on SOC_STM32F100XB
select SOC_STM32F100XB

View File

@@ -0,0 +1,5 @@
board:
name: stm32vl_disco
vendor: st
socs:
- name: stm32f100xb

View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -1,9 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Platform Configuration
CONFIG_SOC_SERIES_STM32F1X=y
CONFIG_SOC_STM32F100XB=y
# Enable MPU
CONFIG_ARM_MPU=y