Skip to content

Commit 571955e

Browse files
committed
west.yml: Add project LoRa Basics Modem (to be forked in zephyr github org)
This project will be used in the next commits. Signed-off-by: Félix Piédallu <[email protected]>
1 parent e338657 commit 571955e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

west.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ manifest:
2323
url-base: https://github.com/zephyrproject-rtos
2424
- name: babblesim
2525
url-base: https://github.com/BabbleSim
26+
- name: lora-net
27+
url-base: https://github.com/lora-net
2628

2729
group-filter: [-babblesim, -optional]
2830

@@ -291,6 +293,11 @@ manifest:
291293
groups:
292294
- fs
293295
revision: ed0531d59ee37f5fb2762bcf2fc8ba4efaf82656
296+
- name: lora_basics_modem
297+
remote: lora-net
298+
repo-path: SWL2001
299+
revision: v4.8.0
300+
path: modules/lib/lora_basics_modem
294301
- name: loramac-node
295302
revision: fb00b383072518c918e2258b0916c996f2d4eebe
296303
path: modules/lib/loramac-node

0 commit comments

Comments
 (0)