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 14 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_STM32F429I_DISC1 |
||||
bool "STM32F429I-DISC1 Development Board" |
||||
depends on SOC_STM32F429XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2016 Linaro Limited. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32F429I_DISC1 |
||||
select SOC_STM32F429XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: stm32f429i_disc1 |
||||
vendor: st |
||||
socs: |
||||
- name: stm32f429xx |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Loading…
Reference in new issue