Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@
path = comp/cryptolib
url = https://github.com/TrySpaceOrg/tryspace-ext-cryptolib.git
branch = dev
[submodule "comp/adcs"]
path = comp/adcs
url = https://github.com/TrySpaceOrg/tryspace-comp-adcs.git
branch = main
1 change: 1 addition & 0 deletions cfg/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get update && \
cmake \
curl \
gcovr \
gdb \
git \
gpg \
lcov \
Expand Down
1 change: 1 addition & 0 deletions cfg/drm/drm.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mission_name: "drm"
components:
- name: "adcs"
- name: "demo"
- name: "eps"
- name: "radio"
Expand Down
1 change: 1 addition & 0 deletions comp/adcs
Submodule adcs added at 6abe23
2 changes: 1 addition & 1 deletion gsw