boards: Convert blackpill_f411ce 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:46:46 +01:00 committed by Jamie McCrae
parent 5c8c3c3be0
commit fa845af309
12 changed files with 10 additions and 14 deletions

View File

@ -1,8 +0,0 @@
# Copyright (c) 2020 Brian Bradley
# SPDX-License-Identifier: Apache-2.0
# STM32F411CE based Black Pill V2.0+ board configuration
config BOARD_BLACKPILL_F411CE
bool "WeAct Studio Black Pill V2.0+ Board"
depends on SOC_STM32F411XE

View File

@ -0,0 +1,5 @@
# Copyright (c) 2020 Brian Bradley
# SPDX-License-Identifier: Apache-2.0
config BOARD_BLACKPILL_F411CE
select SOC_STM32F411XE

View File

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

View File

@ -0,0 +1,5 @@
board:
name: blackpill_f411ce
vendor: weact
socs:
- name: stm32f411xe

View File

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB