Browse Source
Port the board to HWMv2. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>pull/69687/head
12 changed files with 10 additions and 25 deletions
@ -1,9 +0,0 @@
@@ -1,9 +0,0 @@
|
||||
# STM32 Nucleo-64 development board with STM32G071RB MCU configuration |
||||
|
||||
# Copyright (c) 2019 Philippe Retornaz <philippe@shapescale.com> |
||||
# Copyright (c) 2019 STMicroelectronics |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_G071RB |
||||
bool "NUCLEO-64 G071RB Development Board" |
||||
depends on SOC_STM32G071XX |
@ -1,12 +0,0 @@
@@ -1,12 +0,0 @@
|
||||
# STM32 Nucleo-64 development board with STM32G071RB MCU |
||||
|
||||
# Copyright (c) 2019 Philippe Retornaz <philippe@shapescale.com> |
||||
# Copyright (c) 2019 STMicroelectronics |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_NUCLEO_G071RB |
||||
|
||||
config BOARD |
||||
default "nucleo_g071rb" |
||||
|
||||
endif # BOARD_NUCLEO_G071RB |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2019 STMicroelectronics |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_G071RB |
||||
select SOC_STM32G071XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: nucleo_g071rb |
||||
vendor: st |
||||
socs: |
||||
- name: stm32g071xx |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Loading…
Reference in new issue