-
Notifications
You must be signed in to change notification settings - Fork 224
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-10-07 (#145)
Combines - nasa/cFE#936 - nasa/osal#612 *** * Add osal#541 * Add cfe#898 * Add cfe#925 * Add cfe#917 * Add cFE#899 * Add nasa/cFE#888 * Add CFE hotfix for documentation link warnings * Add FastTracked nasa/osal#616 * Set submodules to main for IC-2020-10-07 Co-authored-by: Joseph Hickey <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule cfe
updated
34 files
Submodule osal
updated
12 files
+10 −3 | README.md | |
+88 −0 | src/os/inc/osapi-os-core.h | |
+1 −1 | src/os/inc/osapi-version.h | |
+2 −1 | src/os/rtems/src/os-impl-binsem.c | |
+6 −2 | src/os/rtems/src/os-impl-countsem.c | |
+10 −1 | src/os/rtems/src/os-impl-queues.c | |
+18 −4 | src/os/rtems/src/os-impl-tasks.c | |
+16 −0 | src/os/shared/inc/os-shared-common.h | |
+43 −0 | src/os/shared/src/osapi-common.c | |
+27 −0 | src/os/shared/src/osapi-idmap.c | |
+6 −0 | src/os/shared/src/osapi-task.c | |
+34 −0 | src/ut-stubs/osapi-utstub-common.c |