boards: Convert stm32wb5mm_dk to HWM v2

Port the board to HWMv2.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier
2024-02-16 09:15:12 +01:00
committed by Carles Cufi
parent 0a3ae2b223
commit cdcea932bc
10 changed files with 7 additions and 24 deletions

View File

@@ -1,16 +0,0 @@
# STM32WB5MM-DK Discovery Development board configuration
# Copyright (c) 2024 Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32WB5MM_DK
config BOARD
default "stm32wb5mm_dk"
choice BT_HCI_BUS_TYPE
default BT_STM32_IPM
depends on BT
endchoice
endif # BOARD_STM32WB5MM_DK

View File

@@ -1,8 +1,5 @@
# STM32WB5MM-DK Discovery Development board configuration
# Copyright (c) 2024 Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
# SPDX-License-Identifier: Apache-2.0
config BOARD_STM32WB5MM_DK
bool "stm32wb5mm-dk Discovery Development Board"
depends on SOC_STM32WB55XX
select SOC_STM32WB55XX

View File

@@ -0,0 +1,5 @@
board:
name: stm32wb5mm_dk
vendor: st
socs:
- name: stm32wb55xx

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

@@ -126,7 +126,7 @@ The Zephyr STM32WB5MM-DK board configuration supports the following hardware fea
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
``boards/arm/stm32wb5mm_dk/stm32wb5mm_dk_defconfig``
:zephyr_file:`boards/st/stm32wb5mm_dk/stm32wb5mm_dk_defconfig`
Bluetooth and compatibility with STM32WB Copro Wireless Binaries
================================================================

View File

@@ -1,6 +1,3 @@
CONFIG_SOC_SERIES_STM32WBX=y
CONFIG_SOC_STM32WB55XX=y
# enable uart driver
CONFIG_SERIAL=y