Browse Source
Port the board to HWMv2. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>pull/69687/head
14 changed files with 11 additions and 17 deletions
@ -1,10 +0,0 @@
@@ -1,10 +0,0 @@
|
||||
# STM32L496G Discovery board configuration |
||||
|
||||
# Copyright (c) 2016 Open-RnD Sp. z o.o. |
||||
# Copyright (c) 2016 BayLibre, SAS |
||||
# Copyright (c) 2019 Centaur Analytics, Inc |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32L496G_DISCO |
||||
bool "STM32L496G Discovery Development Board" |
||||
depends on SOC_STM32L496XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2019 Centaur Analytics, Inc |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32L496G_DISCO |
||||
select SOC_STM32L496XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: stm32l496g_disco |
||||
vendor: st |
||||
socs: |
||||
- name: stm32l496xx |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
Loading…
Reference in new issue