-
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 #127 from nasa/integration-candidate
Integration Candidate: 2020-08-12 See nasa/cFE#816 nasa/osal#563
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule cfe
updated
25 files
Submodule osal
updated
10 files
+12 −5 | README.md | |
+10 −10 | src/os/inc/osapi-version.h | |
+108 −0 | src/tests/file-sys-add-fixed-map-api-test/file-sys-add-fixed-map-api-test.c | |
+624 −0 | src/tests/network-api-test/network-api-test.c | |
+18 −34 | ut_assert/inc/utlist.h | |
+23 −0 | ut_assert/inc/uttest.h | |
+1 −1 | ut_assert/src/utbsp.c | |
+1 −1 | ut_assert/src/utglobal.h | |
+114 −87 | ut_assert/src/utlist.c | |
+59 −13 | ut_assert/src/uttest.c |