-
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.
Merge pull request #140 from nasa/integration-candidate
Integration Candidate: 2020-09-16 Includes: nasa/cFE#891 nasa/osal#600 nasa/PSP#196 nasa/sample_lib#32 nasa/sample_app#98
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule sample_app
updated
4 files
+7 −0 | README.md | |
+1 −1 | fsw/src/sample_app_version.h | |
+3 −1 | unit-test/CMakeLists.txt | |
+30 −21 | unit-test/coveragetest/coveragetest_sample_app.c |
Submodule sample_lib
updated
3 files
+5 −0 | README.md | |
+2 −2 | fsw/src/sample_lib_version.h | |
+3 −1 | unit-test/CMakeLists.txt |
Submodule cfe
updated
12 files
+8 −0 | README.md | |
+4 −4 | cmake/sample_defs/targets.cmake | |
+40 −38 | docs/src/cfs_versions.dox | |
+37 −0 | fsw/cfe-core/src/es/cfe_es_api.c | |
+20 −13 | fsw/cfe-core/src/es/cfe_es_apps.c | |
+90 −0 | fsw/cfe-core/src/es/cfe_es_global.h | |
+24 −0 | fsw/cfe-core/src/inc/cfe_es.h | |
+2 −3 | fsw/cfe-core/src/inc/cfe_version.h | |
+2 −2 | fsw/cfe-core/unit-test/CMakeLists.txt | |
+130 −118 | fsw/cfe-core/unit-test/es_UT.c | |
+1 −0 | fsw/cfe-core/unit-test/es_UT.h | |
+3 −1 | modules/msg/unit-test-coverage/CMakeLists.txt |
Submodule psp
updated
6 files