-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sample_app
updated
12 files
+1 −3 | CMakeLists.txt | |
+193 −32 | fsw/src/sample_app.c | |
+8 −5 | fsw/src/sample_app.h | |
+0 −148 | fsw/src/sample_app_cmds.c | |
+0 −42 | fsw/src/sample_app_cmds.h | |
+1 −11 | fsw/src/sample_app_events.h | |
+0 −133 | fsw/src/sample_app_utils.c | |
+0 −43 | fsw/src/sample_app_utils.h | |
+32 −22 | unit-test/CMakeLists.txt | |
+41 −327 | unit-test/coveragetest/coveragetest_sample_app.c | |
+0 −2 | unit-test/coveragetest/sample_app_coveragetest_common.h | |
+0 −2 | unit-test/inc/ut_sample_app.h |
Submodule cfe
updated
4 files
+1,393 −6,114 | fsw/cfe-core/unit-test/sb_UT.c | |
+0 −6 | fsw/cfe-core/unit-test/sb_UT.h | |
+142 −0 | fsw/cfe-core/unit-test/ut_support.c | |
+257 −0 | fsw/cfe-core/unit-test/ut_support.h |