boards: Convert stm32f469i_disco 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
baaa697ab2
commit
5be404b365
@@ -1,8 +0,0 @@
|
||||
# STM32F469I-DISCO board configuration
|
||||
|
||||
# Copyright (c) 2016 Linaro Limited.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_STM32F469I_DISCO
|
||||
bool "STM32F469I-DISCO Development Board"
|
||||
depends on SOC_STM32F469XX
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_STM32F469I_DISCO
|
||||
|
||||
config BOARD
|
||||
default "stm32f469i_disco"
|
||||
|
||||
config SPI_STM32_INTERRUPT
|
||||
default y
|
||||
depends on SPI
|
||||
5
boards/st/stm32f469i_disco/Kconfig.stm32f469i_disco
Normal file
5
boards/st/stm32f469i_disco/Kconfig.stm32f469i_disco
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2016 Linaro Limited.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_STM32F469I_DISCO
|
||||
select SOC_STM32F469XX
|
||||
5
boards/st/stm32f469i_disco/board.yml
Normal file
5
boards/st/stm32f469i_disco/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: stm32f469i_disco
|
||||
vendor: st
|
||||
socs:
|
||||
- name: stm32f469xx
|
||||
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_STM32F4X=y
|
||||
CONFIG_SOC_STM32F469XX=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
Reference in New Issue
Block a user