boards: Convert stm32g081b_eval to HWM v2

Port the board to HWMv2.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier
2024-02-08 11:37:00 +01:00
committed by Jamie McCrae
parent 6f2835cb11
commit d52eab9e83
9 changed files with 6 additions and 18 deletions

View File

@@ -1,11 +0,0 @@
# STM32G081B evaluation board configuration
# Copyright 2021 The Chromium OS Authors
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32G081B_EVAL
config BOARD
default "stm32g081b_eval"
endif # BOARD_STM32G081B_EVAL

View File

@@ -1,8 +1,5 @@
# STM32G081B Evaluation board configuration
# Copyright 2021 The Chromium OS Authors
# SPDX-License-Identifier: Apache-2.0
config BOARD_STM32G081B_EVAL
bool "STM32G081B Evaluation Board"
depends on SOC_STM32G081XX
select SOC_STM32G081XX

View File

@@ -0,0 +1,5 @@
board:
name: stm32g081b_eval
vendor: st
socs:
- name: stm32g081xx

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -2,9 +2,6 @@
#
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32G0X=y
CONFIG_SOC_STM32G081XX=y
# Serial Drivers
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y