Skip to content

Commit

Permalink
boards: Convert olimex_lora_stm32wl_devkit to HWM v2
Browse files Browse the repository at this point in the history
Port the board to HWMv2.

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
  • Loading branch information
ajarmouni-st committed Feb 12, 2024
1 parent ec927fe commit abe1d18
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 32 deletions.

This file was deleted.

11 changes: 0 additions & 11 deletions boards/boards_legacy/arm/olimex_lora_stm32wl_devkit/revision.cmake

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Olimex LoRa STM32WL DevKit configuration

# Copyright (c) 2022 Martin Jäger <martin@libre.solar>
# SPDX-License-Identifier: Apache-2.0

config BOARD_OLIMEX_LORA_STM32WL_DEVKIT
bool "Olimex LoRa STM32WL DevKit"
depends on SOC_STM32WLE5XX
select SOC_STM32WLE5XX
11 changes: 11 additions & 0 deletions boards/olimex/olimex_lora_stm32wl_devkit/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
board:
name: olimex_lora_stm32wl_devkit
vendor: olimex
revision:
format: letter
default: "C"
revisions:
- name: "C"
- name: "D"
socs:
- name: stm32wle5xx
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ hardware 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/olimex_lora_stm32wl_devkit/olimex_lora_stm32wl_devkit_defconfig`
- :zephyr_file:`boards/arm/olimex_lora_stm32wl_devkit/olimex_lora_stm32wl_devkit.dts`
- :zephyr_file:`boards/olimex/olimex_lora_stm32wl_devkit/olimex_lora_stm32wl_devkit_defconfig`
- :zephyr_file:`boards/olimex/olimex_lora_stm32wl_devkit/olimex_lora_stm32wl_devkit.dts`

Programming and Debugging
*************************
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
CONFIG_SOC_SERIES_STM32WLX=y
CONFIG_SOC_STM32WLE5XX=y

# enable uart driver
CONFIG_SERIAL=y

Expand Down

0 comments on commit abe1d18

Please sign in to comment.