boards: Convert black_f407zg_pro 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:42 +01:00
committed by Jamie McCrae
parent 4f9461d068
commit 7eeb723cb7
10 changed files with 6 additions and 10 deletions

View File

@@ -1,8 +1,5 @@
# black_f407zg board configuration
# Copyright (c) 2020 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config BOARD_BLACK_F407ZG_PRO
bool "Black F407ZG Pro Development Board"
depends on SOC_STM32F407XG
select SOC_STM32F407XG

View File

@@ -5,9 +5,6 @@
if BOARD_BLACK_F407ZG_PRO
config BOARD
default "black_f407zg_pro"
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_STM32F407XG=y
# Enable MPU
CONFIG_ARM_MPU=y

View File

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

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB