boards: Convert stm3210c_eval 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:10 +01:00
committed by Jamie McCrae
parent dd9972d782
commit 0ccc0204e1
11 changed files with 6 additions and 19 deletions

View File

@@ -1,11 +0,0 @@
# STM3210C-EVAL board configuration
# Copyright (c) 2016 RnDity Sp. z o.o.
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM3210C_EVAL
config BOARD
default "stm3210c_eval"
endif # BOARD_STM3210C_EVAL

View File

@@ -1,8 +1,5 @@
# STM3210C-EVAL board configuration
# Copyright (c) 2016 RnDity Sp. z o.o.
# SPDX-License-Identifier: Apache-2.0
config BOARD_STM3210C_EVAL
bool "STM3210C-EVAL Evaluation Board"
depends on SOC_STM32F107XC
select SOC_STM32F107XC

View File

@@ -0,0 +1,5 @@
board:
name: stm3210c_eval
vendor: st
socs:
- name: stm32f107xc

View File

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB

View File

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

@@ -1,11 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# Zephyr Kernel Configuration
CONFIG_SOC_SERIES_STM32F1X=y
# Platform Configuration
CONFIG_SOC_STM32F107XC=y
# Serial Drivers
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y