boards: Convert lora_e5_dev_board 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:02 +01:00
committed by Jamie McCrae
parent 6fbf39c726
commit b988bae576
11 changed files with 9 additions and 22 deletions

View File

@@ -1,11 +0,0 @@
# LoRa-E5 Dev board configuration
# Copyright (c) 2021 Thomas Stranger
# SPDX-License-Identifier: Apache-2.0
if BOARD_LORA_E5_DEV_BOARD
config BOARD
default "lora_e5_dev_board"
endif # BOARD_LORA_E5_DEV_BOARD

View File

@@ -1,8 +1,5 @@
# LoRa-E5 Dev board configuration
# Copyright (c) 2021 Thomas Stranger
# SPDX-License-Identifier: Apache-2.0
config BOARD_LORA_E5_DEV_BOARD
bool "LoRa E5 Development Board"
depends on SOC_STM32WLE5XX
select SOC_STM32WLE5XX

View File

@@ -0,0 +1,5 @@
board:
name: lora_e5_dev_board
vendor: seeed studio
socs:
- name: stm32wle5xx

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

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

View File

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