-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into nos3#358-requirements-documentation
- Loading branch information
Showing
21 changed files
with
1,959 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule generic_fss
updated
10 files
+16 −0 | .gitignore | |
+3 −1 | fsw/cfs/CMakeLists.txt | |
+0 −185 | fsw/cfs/src/generic_fss_device.c | |
+0 −32 | fsw/fprime/src/generic_fss_device.h | |
+7 −22 | fsw/shared/generic_fss_device.c | |
+47 −32 | fsw/shared/generic_fss_device.h | |
+65 −0 | fsw/standalone/CMakeLists.txt | |
+20 −0 | fsw/standalone/device_cfg.h | |
+216 −0 | fsw/standalone/generic_fss_checkout.c | |
+67 −0 | fsw/standalone/generic_fss_checkout.h |
Submodule fprime-nos3
updated
3 files
+48 −0 | Components/SampleSim/SampleSim.cpp | |
+8 −0 | Components/SampleSim/SampleSim.fpp | |
+11 −0 | Components/SampleSim/SampleSim.hpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>yamcs-studio</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</natures> | ||
</projectDescription> |
Oops, something went wrong.