Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
12 changed files with 11 additions and 15 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# STM32H753ZI Nucleo board configuration |
||||
|
||||
# Copyright (c) 2021 Blue Clover Devices |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_H753ZI |
||||
bool "Nucleo H753ZI Development Board" |
||||
depends on SOC_STM32H753XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2021 Blue Clover Devices |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_H753ZI |
||||
select SOC_STM32H753XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: nucleo_h753zi |
||||
vendor: st |
||||
socs: |
||||
- name: stm32h753xx |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Loading…
Reference in new issue