boards: Convert stm32f429i_disc1 to HWM v2
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
committed by
Jamie McCrae
parent
69ecab3c90
commit
baaa697ab2
@@ -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
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_STM32F429I_DISC1
|
||||
|
||||
config BOARD
|
||||
default "stm32f429i_disc1"
|
||||
|
||||
config INPUT
|
||||
default y if DISPLAY
|
||||
|
||||
5
boards/st/stm32f429i_disc1/Kconfig.stm32f429i_disc1
Normal file
5
boards/st/stm32f429i_disc1/Kconfig.stm32f429i_disc1
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2016 Linaro Limited.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_STM32F429I_DISC1
|
||||
select SOC_STM32F429XX
|
||||
5
boards/st/stm32f429i_disc1/board.yml
Normal file
5
boards/st/stm32f429i_disc1/board.yml
Normal file
@@ -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 |
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_STM32F4X=y
|
||||
CONFIG_SOC_STM32F429XX=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
Reference in New Issue
Block a user