boards: Convert nucleo_wba55cg 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-09 14:27:05 +01:00 committed by Carles Cufi
parent fb2103f89e
commit da00d0e7b9
12 changed files with 10 additions and 14 deletions

View File

@ -1,8 +0,0 @@
# STM32WBA55CG Nucleo board configuration
# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_WBA55CG
bool "Nucleo WBA55CG Development Board"
depends on SOC_STM32WBA55XX

View File

@ -6,9 +6,6 @@
if BOARD_NUCLEO_WBA55CG
config BOARD
default "nucleo_wba55cg"
config SPI_STM32_INTERRUPT
default y
depends on SPI

View File

@ -0,0 +1,5 @@
# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_WBA55CG
select SOC_STM32WBA55XX

View File

@ -0,0 +1,5 @@
board:
name: nucleo_wba55cg
vendor: st
socs:
- name: stm32wba55xx

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -1,9 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2023 STMicroelectronics
CONFIG_SOC_SERIES_STM32WBAX=y
CONFIG_SOC_STM32WBA55XX=y
# enable uart driver
CONFIG_SERIAL=y