Skip to content

Commit

Permalink
boards: Convert stm32g081b_eval to HWM v2
Browse files Browse the repository at this point in the history
Port the board to HWMv2.

Signed-off-by: Guillaume Gautier <[email protected]>
  • Loading branch information
gautierg-st committed Feb 9, 2024
1 parent a45c7f8 commit 5311bdc
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 18 deletions.
11 changes: 0 additions & 11 deletions boards/boards_legacy/arm/stm32g081b_eval/Kconfig.defconfig

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.
5 changes: 5 additions & 0 deletions boards/st/stm32g081b_eval/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: stm32g081b_eval
vendor: st
socs:
- name: stm32g081xx
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5311bdc

Please sign in to comment.