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 20 deletions
@ -1,12 +0,0 @@ |
|||||||
# |
|
||||||
# Copyright (c) 2023 Andreas Sandberg |
|
||||||
# |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
# |
|
||||||
|
|
||||||
if BOARD_WEACT_STM32G431_CORE |
|
||||||
|
|
||||||
config BOARD |
|
||||||
default "weact_stm32g431_core" |
|
||||||
|
|
||||||
endif |
|
@ -1,9 +1,5 @@ |
|||||||
# |
|
||||||
# Copyright (c) 2023 Andreas Sandberg |
# Copyright (c) 2023 Andreas Sandberg |
||||||
# |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
# |
|
||||||
|
|
||||||
config BOARD_WEACT_STM32G431_CORE |
config BOARD_WEACT_STM32G431_CORE |
||||||
bool "WeAct Studio STM32G431 Core Board" |
select SOC_STM32G431XX |
||||||
depends on SOC_STM32G431XX |
|
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: weact_stm32g431_core |
||||||
|
vendor: weact |
||||||
|
socs: |
||||||
|
- name: stm32g431xx |
Loading…
Reference in new issue