Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
10 changed files with 6 additions and 18 deletions
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# Board configuration |
||||
|
||||
# Copyright (c) 2020 Jonas Eriksson, Up to Code AB |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_STM32VL_DISCO |
||||
|
||||
config BOARD |
||||
default "stm32vl_disco" |
||||
|
||||
endif # BOARD_STM32VL_DISCO |
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# Board configuration |
||||
|
||||
# Copyright (c) 2020 Jonas Eriksson, Up to Code AB |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32VL_DISCO |
||||
bool "STM32VLDISCOVERY Development Board" |
||||
depends on SOC_STM32F100XB |
||||
select SOC_STM32F100XB |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: stm32vl_disco |
||||
vendor: st |
||||
socs: |
||||
- name: stm32f100xb |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Loading…
Reference in new issue