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:
committed by
Jamie McCrae
parent
6f2835cb11
commit
d52eab9e83
@@ -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
|
||||
@@ -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
|
||||
5
boards/st/stm32g081b_eval/board.yml
Normal file
5
boards/st/stm32g081b_eval/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: stm32g081b_eval
|
||||
vendor: st
|
||||
socs:
|
||||
- name: stm32g081xx
|
||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
@@ -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
|
||||
Reference in New Issue
Block a user