boards: Convert black_f407ve to HWM v2
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
@@ -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
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_BLACK_F407VE
|
||||
|
||||
config BOARD
|
||||
default "black_f407ve"
|
||||
|
||||
config SPI_STM32_INTERRUPT
|
||||
default y
|
||||
depends on SPI
|
||||
@@ -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
|
||||
|
||||
5
boards/others/black_f407ve/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: black_f407ve
|
||||
vendor: others
|
||||
socs:
|
||||
- name: stm32f407xx
|
||||
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |