boards: Convert nucleo_wba52cg 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:26:47 +01:00
committed by Carles Cufi
parent 1f9a533fbc
commit fb2103f89e
12 changed files with 10 additions and 14 deletions

View File

@@ -1,8 +0,0 @@
# STM32WBA52CG Nucleo board configuration
# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_WBA52CG
bool "Nucleo WBA52CG Development Board"
depends on SOC_STM32WBA52XX

View File

@@ -6,9 +6,6 @@
if BOARD_NUCLEO_WBA52CG
config BOARD
default "nucleo_wba52cg"
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_WBA52CG
select SOC_STM32WBA52XX

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_wba52cg
vendor: st
socs:
- name: stm32wba52xx

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32WBAX=y
CONFIG_SOC_STM32WBA52XX=y
# enable uart driver
CONFIG_SERIAL=y