-
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.
*Combines:* sch_lab v2.5.0-rc4+dev83 osal v6.0.0-rc4+dev251 PSP v1.6.0-rc4+dev115 **Includes:** *cFS* - #725 *sch_lab* - nasa/sch_lab#164 - nasa/sch_lab#163 *osal* - nasa/osal#1438 *PSP* - nasa/PSP#380 Co-authored by: Joseph Hickey <jphickey@users.noreply.github.com> Co-authored by: Avi Weiss <thnkslprpt@users.noreply.github.com> Co-authored by: Jacob Hageman <skliper@users.noreply.github.com>
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule sch_lab
updated
6 files
+5 −0 | CHANGELOG.md | |
+61 −0 | eds/sch_lab.xml | |
+1 −1 | fsw/src/sch_lab_app.c | |
+1 −1 | fsw/src/sch_lab_version.h | |
+1 −1 | fsw/tables/sch_lab_table.c | |
+9 −0 | mission_build.cmake |
Submodule osal
updated
8 files
+4 −0 | CHANGELOG.md | |
+1 −0 | src/os/inc/osapi-binsem.h | |
+1 −0 | src/os/inc/osapi-countsem.h | |
+1 −1 | src/os/inc/osapi-version.h | |
+2 −2 | src/os/rtems/src/os-impl-binsem.c | |
+2 −2 | src/os/rtems/src/os-impl-countsem.c | |
+169 −195 | src/tests/bin-sem-test/bin-sem-test.c | |
+160 −174 | src/tests/count-sem-test/count-sem-test.c |
Submodule psp
updated
57 files