boards: Convert nucleo_wl55jc 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-05 17:10:33 +01:00
committed by Jamie McCrae
parent 7ce84f4041
commit ba01d3beca
13 changed files with 13 additions and 25 deletions

View File

@@ -1,8 +0,0 @@
# STM32WL55JC Nucleo board configuration
# Copyright (c) 2020 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_WL55JC
bool "Nucleo WL55JC Development Board"
depends on SOC_STM32WL55XX

View File

@@ -1,11 +0,0 @@
# STM32WL55JC Nucleo board configuration
# Copyright (c) 2020 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_WL55JC
config BOARD
default "nucleo_wl55jc"
endif # BOARD_NUCLEO_WL55JC

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2020 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_WL55JC
select SOC_STM32WL55XX

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_wl55jc
vendor: st
socs:
- name: stm32wl55xx

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

@@ -211,10 +211,10 @@ features:
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig and dts files:
The default configuration can be found in:
- :zephyr_file:`boards/arm/nucleo_wl55jc/nucleo_wl55jc_defconfig`
- :zephyr_file:`boards/arm/nucleo_wl55jc/nucleo_wl55jc.dts`
- :zephyr_file:`boards/st/nucleo_wl55jc/nucleo_wl55jc_defconfig`
- :zephyr_file:`boards/st/nucleo_wl55jc/nucleo_wl55jc.dts`
Connections and IOs

View File

@@ -1,6 +1,3 @@
CONFIG_SOC_SERIES_STM32WLX=y
CONFIG_SOC_STM32WL55XX=y
# enable uart driver
CONFIG_SERIAL=y