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 @@
|
||||
# STM32 Flight Controller Unit board configuration |
||||
|
||||
# Copyright (c) 2019 Linumiz |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STEVAL_FCU001V1 |
||||
bool "STM32 Flight Controller Unit" |
||||
depends on SOC_STM32F401XC |
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# STM32 Flight Controller Unit board configuration |
||||
|
||||
# Copyright (c) 2019 Linumiz |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_STEVAL_FCU001V1 |
||||
|
||||
config BOARD |
||||
default "steval_fcu001v1" |
||||
|
||||
endif # BOARD_STEVAL_FCU001V1 |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2019 Linumiz |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STEVAL_FCU001V1 |
||||
select SOC_STM32F401XC |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: steval_fcu001v1 |
||||
vendor: st |
||||
socs: |
||||
- name: stm32f401xc |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Loading…
Reference in new issue