Browse Source
Port the board to HWMv2. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>pull/69687/head
11 changed files with 11 additions and 23 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# STM32L476G Discovery board configuration |
||||
|
||||
# Copyright (c) 2017 Arthur Sfez |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32L476G_DISCO |
||||
bool "STM32L476G Discovery Development Board" |
||||
depends on SOC_STM32L476XX |
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# STM32L476G DISCOVERY board configuration |
||||
|
||||
# Copyright (c) 2017 Arthur Sfez |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_STM32L476G_DISCO |
||||
|
||||
config BOARD |
||||
default "stm32l476g_disco" |
||||
|
||||
endif # BOARD_STM32L476G_DISCO |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2017 Arthur Sfez |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32L476G_DISCO |
||||
select SOC_STM32L476XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: stm32l476g_disco |
||||
vendor: st |
||||
socs: |
||||
- name: stm32l476xx |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Loading…
Reference in new issue