-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integration Candidate: 2020-05-27 (#96)
* Fix #92 - Update lgtm.yml file to exclude Ui files * Update sample_app to reflect HOTFIX * Update cFS-GroundSystem to reflect HOTFIX * Add osal PR#495 to fix race condition * Update sample_app to reflect unit test HOTFIX * Update submodules to master for IC-2020-05-27 Co-authored-by: lbleier-GSFC <Leor.Z.Bleier@nasa.gov> Co-authored-by: Jacob Hageman <jacob.hageman@nasa.gov>
- Loading branch information
1 parent
d80daf5
commit da695db
Showing
8 changed files
with
8 additions
and
7 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
Submodule ci_lab
updated
4 files
+5 −0 | README.md | |
+3 −3 | fsw/src/ci_lab_app.c | |
+0 −1 | fsw/src/ci_lab_app.h | |
+1 −1 | fsw/src/ci_lab_version.h |
Submodule sample_app
updated
5 files
+5 −0 | README.md | |
+2 −2 | fsw/src/sample_app.c | |
+1 −1 | fsw/src/sample_app.h | |
+1 −1 | fsw/src/sample_app_version.h | |
+49 −20 | unit-test/coveragetest/coveragetest_sample_app.c |
Submodule to_lab
updated
3 files
+4 −0 | README.md | |
+3 −3 | fsw/src/to_lab_app.c | |
+1 −1 | fsw/src/to_lab_version.h |
Submodule cfe
updated
17 files
Submodule osal
updated
20 files
Submodule psp
updated
6 files
Submodule cFS-GroundSystem
updated
9 files
+1 −1 | Guide-GroundSystem.md | |
+1 −1 | Guide-GroundSystem.txt | |
+5 −0 | README.md | |
+7 −1 | Subsystems/cmdUtil/Makefile | |
+59 −52 | Subsystems/cmdUtil/SendUdp.c | |
+5 −1 | Subsystems/cmdUtil/SendUdp.h | |
+821 −438 | Subsystems/cmdUtil/cmdUtil.c | |
+0 −21 | Subsystems/cmdUtil/cmdUtil.sln | |
+78 −0 | Subsystems/cmdUtil/tests.sh |