-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*Combines:* cFE v7.0.0-rc4+dev143 osal osal v6.0.0-rc4+dev87 psp v1.6.0-rc4+dev ci_lab v2.5.0-rc4+dev22 to_lab v2.5.0-rc4+dev21 sample_app v1.3.0-rc4+dev21 **Includes:** - nasa/cFE#2119, Endian macro mask before shift to avoid shift overflow warning - nasa/cFE#2115, Add macro for initializing command header *Add StatusToString API* - nasa/osal#1259, Add OS_StatusToString API - nasa/PSP#347, Add CFE_PSP_StatusToString and CFE_PSP_STATUS_C - nasa/cFE#2113, Add CFE_ES_StatusToString and CFE_STATUS_C *Remove registration of empty EVS filters* - nasa/ci_lab#111, Remove registration of empty EVS filters - nasa/to_lab#122, Remove registration of empty EVS filters - nasa/sample_app#175, Remove registration of empty event filters
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule ci_lab
updated
3 files
+8 −1 | README.md | |
+1 −9 | fsw/src/ci_lab_app.c | |
+1 −1 | fsw/src/ci_lab_version.h |
Submodule sample_app
updated
5 files
+6 −0 | README.md | |
+1 −19 | fsw/src/sample_app.c | |
+1 −2 | fsw/src/sample_app.h | |
+0 −2 | fsw/src/sample_app_events.h | |
+1 −1 | fsw/src/sample_app_version.h |
Submodule to_lab
updated
3 files
+7 −0 | README.md | |
+2 −11 | fsw/src/to_lab_app.c | |
+1 −1 | fsw/src/to_lab_version.h |
Submodule cfe
updated
16 files
Submodule osal
updated
9 files
Submodule psp
updated
9 files
+6 −1 | README.md | |
+2 −20 | fsw/inc/cfe_psp.h | |
+82 −0 | fsw/inc/cfe_psp_error.h | |
+1 −1 | fsw/mcp750-vxworks/inc/psp_version.h | |
+1 −1 | fsw/pc-linux/inc/psp_version.h | |
+1 −1 | fsw/pc-rtems/inc/psp_version.h | |
+1 −0 | fsw/shared/CMakeLists.txt | |
+46 −0 | fsw/shared/src/cfe_psp_error.c | |
+44 −0 | ut-stubs/cfe_psp_error_stubs.c |