-
Notifications
You must be signed in to change notification settings - Fork 227
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 #193 from nasa/integration-candidate
cFS Bundle Integration Candidate: 2021-02-23
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule cfe
updated
40 files
Submodule osal
updated
23 files
+29 −18 | README.md | |
+0 −59 | src/os/inc/osapi-file.h | |
+0 −46 | src/os/inc/osapi-filesys.h | |
+0 −59 | src/os/inc/osapi-os-core.h | |
+0 −49 | src/os/inc/osapi-os-filesys.h | |
+0 −47 | src/os/inc/osapi-os-loader.h | |
+0 −48 | src/os/inc/osapi-os-net.h | |
+0 −48 | src/os/inc/osapi-os-timer.h | |
+1 −1 | src/os/inc/osapi-version.h | |
+0 −83 | src/os/shared/src/osapi-file.c | |
+0 −87 | src/os/shared/src/osapi-filesys.c | |
+2 −4 | src/os/shared/src/osapi-sockets.c | |
+0 −1 | src/os/vxworks/src/os-impl-network.c | |
+2 −2 | src/os/vxworks/src/os-impl-timebase.c | |
+1 −1 | src/tests/bin-sem-test/bin-sem-test.c | |
+1 −1 | src/tests/bin-sem-timeout-test/bin-sem-timeout-test.c | |
+469 −444 | src/tests/network-api-test/network-api-test.c | |
+1 −1 | src/tests/queue-test/queue-test.c | |
+274 −224 | src/tests/select-test/select-test.c | |
+2 −53 | src/ut-stubs/osapi-utstub-file.c | |
+0 −43 | src/ut-stubs/osapi-utstub-filesys.c | |
+2 −31 | ut_assert/inc/utstubs.h | |
+7 −16 | ut_assert/src/utstubs.c |
Submodule cFS-GroundSystem
updated
5 files
+11 −6 | README.md | |
+5 −9 | Subsystems/cmdGui/CHeaderParser.py | |
+2 −2 | Subsystems/cmdUtil/SendUdp.c | |
+2 −1 | Subsystems/cmdUtil/cmdUtil.c | |
+1 −1 | _version.py |