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:
committed by
Jamie McCrae
parent
6fbf39c726
commit
b988bae576
@@ -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
|
||||
@@ -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
|
||||
5
boards/seeed/lora_e5_dev_board/board.yml
Normal file
5
boards/seeed/lora_e5_dev_board/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: lora_e5_dev_board
|
||||
vendor: seeed studio
|
||||
socs:
|
||||
- name: stm32wle5xx
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
@@ -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
|
||||
@@ -1,6 +1,3 @@
|
||||
CONFIG_SOC_SERIES_STM32WLX=y
|
||||
CONFIG_SOC_STM32WLE5XX=y
|
||||
|
||||
# enable uart driver
|
||||
CONFIG_SERIAL=y
|
||||
|
||||
Reference in New Issue
Block a user