-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: Convert olimex_lora_stm32wl_devkit to HWM v2
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
- Loading branch information
1 parent
ec927fe
commit abe1d18
Showing
14 changed files
with
15 additions
and
32 deletions.
There are no files selected for viewing
11 changes: 0 additions & 11 deletions
11
boards/boards_legacy/arm/olimex_lora_stm32wl_devkit/Kconfig.defconfig
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
boards/boards_legacy/arm/olimex_lora_stm32wl_devkit/revision.cmake
This file was deleted.
Oops, something went wrong.
5 changes: 1 addition & 4 deletions
5
.../olimex_lora_stm32wl_devkit/Kconfig.board → ...devkit/Kconfig.olimex_lora_stm32wl_devkit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions
3
...vkit/olimex_lora_stm32wl_devkit_defconfig → ...vkit/olimex_lora_stm32wl_devkit_defconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|