-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: Convert stm32g081b_eval to HWM v2
Port the board to HWMv2. Signed-off-by: Guillaume Gautier <[email protected]>
- Loading branch information
1 parent
0eb48ce
commit f8322b7
Showing
9 changed files
with
6 additions
and
18 deletions.
There are no files selected for viewing
11 changes: 0 additions & 11 deletions
11
boards/boards_legacy/arm/stm32g081b_eval/Kconfig.defconfig
This file was deleted.
Oops, something went wrong.
5 changes: 1 addition & 4 deletions
5
..._legacy/arm/stm32g081b_eval/Kconfig.board → ...t/stm32g081b_eval/Kconfig.stm32g081b_eval
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters