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: base.git 24 path: bsim/components 25 revision: master 26 groups: 27 - babblesim 28 - name: ext_2G4_libPhyComv1.git 29 path: bsim/components/ext_2G4_libPhyComv1 30 revision: master 31 groups: 32 - babblesim 33 - name: ext_2G4_phy_v1.git 34 path: bsim/components/ext_2G4_phy_v1 35 revision: master 36 groups: 37 - babblesim 38 - name: ext_2G4_channel_NtNcable.git 39 path: bsim/components/ext_2G4_channel_NtNcable 40 revision: master 41 groups: 42 - babblesim 43 - name: ext_2G4_channel_multiatt.git 44 path: bsim/components/ext_2G4_channel_multiatt 45 revision: master 46 groups: 47 - babblesim_extra 48 - name: ext_2G4_channel_Indoorv1.git 49 path: bsim/components/ext_2G4_channel_Indoorv1 50 revision: master 51 groups: 52 - babblesim_extra 53 - name: ext_2G4_modem_magic.git 54 path: bsim/components/ext_2G4_modem_magic 55 revision: master 56 groups: 57 - babblesim 58 - name: ext_2G4_modem_BLE_simple.git 59 path: bsim/components/ext_2G4_modem_BLE_simple 60 revision: master 61 groups: 62 - babblesim_extra 63 - name: ext_2G4_device_burst_interferer.git 64 path: bsim/components/ext_2G4_device_burst_interferer 65 revision: master 66 groups: 67 - babblesim 68 - name: ext_2G4_device_WLAN_actmod.git 69 path: bsim/components/ext_2G4_device_WLAN_actmod 70 revision: master 71 groups: 72 - babblesim_extra 73 - name: ext_2G4_device_playback.git 74 path: bsim/components/ext_2G4_device_playback 75 revision: master 76 groups: 77 - babblesim_extra 78 - name: ext_libCryptov1.git 79 path: bsim/components/ext_libCryptov1 80 revision: master 81 groups: 82 - babblesim 83