Browse Source
Port the board to HWMv2. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>pull/69687/head
9 changed files with 6 additions and 18 deletions
@ -1,11 +0,0 @@
@@ -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 @@
@@ -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 |
@ -0,0 +1,5 @@
@@ -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 |
Loading…
Reference in new issue