boards: Convert black_f407ve to HWM v2

Port the board to HWMv2.

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
Abderrahmane Jarmouni
2024-02-06 17:45:08 +01:00
committed by Jamie McCrae
parent a821de8532
commit 4f9461d068
13 changed files with 6 additions and 10 deletions

View File

@@ -1,8 +1,5 @@
# black_f407ve board configuration
# Copyright (c) 2020 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config BOARD_BLACK_F407VE
bool "Black F407VE Development Board"
depends on SOC_STM32F407XE
select SOC_STM32F407XE

View File

@@ -5,9 +5,6 @@
if BOARD_BLACK_F407VE
config BOARD
default "black_f407ve"
config SPI_STM32_INTERRUPT
default y
depends on SPI

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32F4X=y
CONFIG_SOC_STM32F407XE=y
# Enable MPU
CONFIG_ARM_MPU=y

View File

@@ -0,0 +1,5 @@
board:
name: black_f407ve
vendor: others
socs:
- name: stm32f407xx

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB