1# Copyright 2023 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3#
4# west manifest file for BabbleSim
5# which targets developers who want a typical set of components
6# used for development and test of BLE/802.15.4 devices
7#
8# Check https://babblesim.github.io/fetching.html for more information
9#
10
11manifest:
12  defaults:
13    remote: upstream
14
15  remotes:
16    - name: upstream
17      url-base: ssh://git@github.com/BabbleSim
18
19  self:
20    path: bsim
21
22  projects:
23    - name: babblesim_base
24      repo-path: base.git
25      path: bsim/components
26      revision: master
27      groups:
28        - babblesim
29    - name: babblesim_ext_2G4_libPhyComv1
30      repo-path: ext_2G4_libPhyComv1.git
31      path: bsim/components/ext_2G4_libPhyComv1
32      revision: master
33      groups:
34        - babblesim
35    - name: babblesim_ext_2G4_phy_v1
36      repo-path: ext_2G4_phy_v1.git
37      path: bsim/components/ext_2G4_phy_v1
38      revision: master
39      groups:
40        - babblesim
41    - name: babblesim_ext_2G4_channel_NtNcable
42      repo-path: ext_2G4_channel_NtNcable.git
43      path: bsim/components/ext_2G4_channel_NtNcable
44      revision: master
45      groups:
46        - babblesim
47    - name: babblesim_ext_2G4_channel_multiatt
48      repo-path: ext_2G4_channel_multiatt.git
49      path: bsim/components/ext_2G4_channel_multiatt
50      revision: master
51      groups:
52        - babblesim_extra
53    - name: babblesim_ext_2G4_channel_Indoorv1
54      repo-path: ext_2G4_channel_Indoorv1.git
55      path: bsim/components/ext_2G4_channel_Indoorv1
56      revision: master
57      groups:
58        - babblesim_extra
59    - name: babblesim_ext_2G4_modem_magic
60      repo-path: ext_2G4_modem_magic.git
61      path: bsim/components/ext_2G4_modem_magic
62      revision: master
63      groups:
64        - babblesim
65    - name: babblesim_ext_2G4_modem_BLE_simple
66      repo-path: ext_2G4_modem_BLE_simple.git
67      path: bsim/components/ext_2G4_modem_BLE_simple
68      revision: master
69      groups:
70        - babblesim_extra
71    - name: babblesim_ext_2G4_device_burst_interferer
72      repo-path: ext_2G4_device_burst_interferer.git
73      path: bsim/components/ext_2G4_device_burst_interferer
74      revision: master
75      groups:
76        - babblesim
77    - name: babblesim_ext_2G4_device_WLAN_actmod
78      repo-path: ext_2G4_device_WLAN_actmod.git
79      path: bsim/components/ext_2G4_device_WLAN_actmod
80      revision: master
81      groups:
82        - babblesim_extra
83    - name: babblesim_ext_2G4_device_playback
84      repo-path: ext_2G4_device_playback.git
85      path: bsim/components/ext_2G4_device_playback
86      revision: master
87      groups:
88        - babblesim_extra
89    - name: babblesim_ext_libCryptov1
90      repo-path: ext_libCryptov1.git
91      path: bsim/components/ext_libCryptov1
92      revision: master
93      groups:
94        - babblesim
95