-
Notifications
You must be signed in to change notification settings - Fork 1
/
zephyr_ci.xml
22 lines (20 loc) · 1.14 KB
/
zephyr_ci.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="bsim-gh"
fetch="https://github.com/BabbleSim"
/>
<default revision="master"
remote="bsim-gh"
sync-j="8" />
<project name="base.git" path="components" groups="bsim">
<linkfile src="common/Makefile" dest="Makefile" />
</project>
<project name="ext_2G4_libPhyComv1.git" path="components/ext_2G4_libPhyComv1" groups="bsim"/>
<project name="ext_2G4_phy_v1.git" path="components/ext_2G4_phy_v1" groups="bsim"/>
<project name="ext_2G4_channel_NtNcable.git" path="components/ext_2G4_channel_NtNcable" groups="bsim"/>
<project name="ext_2G4_modem_magic.git" path="components/ext_2G4_modem_magic" groups="bsim"/>
<project name="ext_2G4_device_burst_interferer.git" path="components/ext_2G4_device_burst_interferer" groups="bsim"/>
<project name="ext_2G4_device_playback.git" path="components/ext_2G4_device_playback" groups="bsim"/>
<project name="ext_NRF52_hw_models.git" path="components/ext_NRF52_hw_models" groups="bsim"/>
<project name="ext_zephyr_app_builder.git" path="components/ext_zephyr_app_builder" groups="bsim"/>
</manifest>