Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
11 changed files with 10 additions and 22 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# STM32F4DISCOVERY board configuration |
||||
|
||||
# Copyright (c) 2016 Linaro Limited. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32F4_DISCO |
||||
bool "STM32F4DISCOVERY Development Board" |
||||
depends on SOC_STM32F407XG |
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# STM32F4DISCOVERY board configuration |
||||
|
||||
# Copyright (c) 2016 Linaro Limited. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_STM32F4_DISCO |
||||
|
||||
config BOARD |
||||
default "stm32f4_disco" |
||||
|
||||
endif # BOARD_STM32F4_DISCO |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2016 Linaro Limited. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32F4_DISCO |
||||
select SOC_STM32F407XG |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: stm32f4_disco |
||||
vendor: st |
||||
socs: |
||||
- name: stm32f407xx |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
Loading…
Reference in new issue