boards: Convert nucleo_wb55rg 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:14:19 +01:00
committed by Carles Cufi
parent 20b4ce17d5
commit 0a3ae2b223
12 changed files with 11 additions and 28 deletions

View File

@@ -1,8 +0,0 @@
# STM32WB55RG Nucleo board configuration
# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_WB55RG
bool "Nucleo WB55RG Development Board"
depends on SOC_STM32WB55XX

View File

@@ -1,16 +0,0 @@
# STM32LWB55RG Nucleo board configuration
# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_WB55RG
config BOARD
default "nucleo_wb55rg"
choice BT_HCI_BUS_TYPE
default BT_STM32_IPM
depends on BT
endchoice
endif # BOARD_NUCLEO_WB55RG

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_WB55RG
select SOC_STM32WB55XX

View File

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

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -177,7 +177,7 @@ The Zephyr nucleo_wb55rg 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/nucleo_wb55rg/nucleo_wb55rg_defconfig``
:zephyr_file:`boards/st/nucleo_wb55rg/nucleo_wb55rg_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