-
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.
*Combines:* osal v6.0.0-rc4+dev205 **Includes:** *osal* - nasa/osal#1371 - nasa/osal#1372 Co-authored by: Joseph Hickey <jphickey@users.noreply.github.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule osal
updated
14 files
+57 −0 | .github/actions/check-coverage/action.yml | |
+105 −0 | .github/actions/check-coverage/lcov-output.xslt | |
+0 −70 | .github/workflows/local_unit_test.yml | |
+120 −0 | .github/workflows/standalone-build.yml | |
+5 −0 | CHANGELOG.md | |
+48 −1 | CMakeLists.txt | |
+4 −0 | check_header.c.in | |
+7 −0 | check_header.cpp.in | |
+12 −6 | src/os/inc/osapi-clock.h | |
+1 −1 | src/os/inc/osapi-file.h | |
+4 −2 | src/os/inc/osapi-idmap.h | |
+11 −0 | src/os/inc/osapi-macros.h | |
+1 −1 | src/os/inc/osapi-select.h | |
+1 −1 | src/os/inc/osapi-version.h |