Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
12 changed files with 10 additions and 14 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# STM32F746G Discovery board configuration |
||||
|
||||
# Copyright (c) 2018 Yurii Hamann |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32F746G_DISCO |
||||
bool "STM32F746G Discovery Development Board" |
||||
depends on SOC_STM32F746XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2018 Yurii Hamann |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32F746G_DISCO |
||||
select SOC_STM32F746XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: stm32f746g_disco |
||||
vendor: st |
||||
socs: |
||||
- name: stm32f746xx |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Loading…
Reference in new issue