Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
11 changed files with 8 additions and 14 deletions
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# STM32H723ZG Nucleo board configuration |
||||
|
||||
# Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_H723ZG |
||||
bool "NUCLEO-H723ZG Development Board" |
||||
depends on SOC_STM32H723XX |
||||
select SOC_STM32H723XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: nucleo_h723zg |
||||
vendor: st |
||||
socs: |
||||
- name: stm32h723xx |
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
Loading…
Reference in new issue