-
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** nasa/cFE#1759, v6.8.0-rc1+dev810 nasa/osal#1126, v5.1.0-rc1+dev586 **Includes** *cFE* - nasa/cFE#1752, Add null pointer check to table GetAddresses and ReleaseAddresses - nasa/cFE#1742, Remove SB get last message sender info requirement - nasa/cFE#1732, Fix #1725 Update UTs to use UtAssert_MIR - nasa/cFE#1736, Add Functional Tests cFE Message ID - nasa/cFE#1707, Add Time Conversion Functional Test - nasa/cFE#1739, Add cast to MIR prints *osal* - nasa/osal#1122, Add UtAssert_MIR macro - nasa/osal#1125, add generic asserts from CFE coverage testing - nasa/osal#1121, add osapi-shell-stubs.c to OSAL stub library Co-authored-by: Jacob Hageman <[email protected]> Co-authored-by: Joseph Hickey <[email protected]> Co-authored-by: Alex Campbell <[email protected]> Co-authored-by: Jose F Martinez Pedraza <[email protected]> Co-authored-by: Niall Mullane <[email protected]> Co-authored-by: Ariel Adams <[email protected]> Co-authored-by: Paul <[email protected]>
- Loading branch information
1 parent
fe54f66
commit 4ad0677
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule cfe
updated
15 files
Submodule osal
updated
9 files
+8 −0 | README.md | |
+1 −1 | src/os/inc/osapi-version.h | |
+2 −4 | src/tests/select-test/select-test.c | |
+2 −2 | src/unit-tests/inc/ut_os_support.h | |
+1 −3 | src/ut-stubs/CMakeLists.txt | |
+318 −55 | ut_assert/inc/utassert.h | |
+19 −0 | ut_assert/inc/uttest.h | |
+263 −0 | ut_assert/src/utassert.c | |
+46 −0 | ut_assert/src/uttest.c |