boards: Convert stm32f103_mini 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:40:15 +01:00
committed by Jamie McCrae
parent 0ccc0204e1
commit d88d3ddcc4
13 changed files with 10 additions and 22 deletions

View File

@@ -1,8 +0,0 @@
# STM32F103RCT6 Mini board configuration
# Copyright (c) 2020 WuhanStudio
# SPDX-License-Identifier: Apache-2.0
config BOARD_STM32F103_MINI
bool "STM32F103RCT6 Mini Board"
depends on SOC_STM32F103XE

View File

@@ -1,11 +0,0 @@
# STM32F103RCT6 Mini board configuration
# Copyright (c) 2020 WuhanStudio
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32F103_MINI
config BOARD
default "stm32f103_mini"
endif # BOARD_STM32F103_mini

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2020 WuhanStudio
# SPDX-License-Identifier: Apache-2.0
config BOARD_STM32F103_MINI
select SOC_STM32F103XE

View File

@@ -0,0 +1,5 @@
board:
name: stm32f103_mini
vendor: st
socs:
- name: stm32f103xe

View File

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View File

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32F1X=y
CONFIG_SOC_STM32F103XE=y
# enable uart driver # enable uart driver
CONFIG_SERIAL=y CONFIG_SERIAL=y
# enable console # enable console