Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create all cogip manifest files #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 3 additions & 37 deletions cogip-manifest.xml
Original file line number Diff line number Diff line change
@@ -1,40 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!--List of remotes to use-->
<remote name="cogip" alias="origin" fetch="ssh://[email protected]/cogip"/>
<remote name="riot" alias="origin" fetch="ssh://[email protected]/RIOT-OS"/>

<!--Cogip repositories-->
<project name="mcu-firmware"
path="mcu-firmware"
remote="cogip"
revision="master"
groups="cogip" />

<project name="lidar-firmware"
path="lidar-firmware"
remote="cogip"
revision="master"
groups="cogip" />

<project name="simulation"
path="simulation"
remote="cogip"
revision="master"
groups="cogip" />

<project name="cogip-manifest"
path="manifest"
remote="cogip"
revision="master"
groups="cogip" />

<!--External repositories-->
<project name="RIOT"
path="RIOT"
remote="riot"
revision="refs/tags/2020.07"
clone-depth="1"
groups="riot" />

<!--List of sub-manifest -->
<include name="cogip-mcu-firmware.xml" />
<include name="cogip-simulation.xml" />
</manifest>
22 changes: 22 additions & 0 deletions cogip-mcu-firmware.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!--List of remotes to use-->
<remote name="cogip" alias="origin" fetch="ssh://[email protected]/cogip"/>
<remote name="riot" alias="origin" fetch="ssh://[email protected]/RIOT-OS"/>

<!--Cogip repositories-->
<project name="mcu-firmware"
path="firmware/mcu-firmware"
remote="cogip"
revision="master"
groups="cogip" />

<!--External repositories-->
<project name="RIOT"
path="firmware/RIOT"
remote="riot"
revision="refs/tags/2020.07"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are now on RIOT-2021.07.

clone-depth="1"
groups="riot" />

</manifest>
12 changes: 12 additions & 0 deletions cogip-simulation.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!--List of remotes to use-->
<remote name="cogip" alias="origin" fetch="ssh://[email protected]/cogip"/>

<project name="simulation"
path="simulation"
remote="cogip"
revision="master"
groups="cogip"
sync-s="true" />
</manifest>