osal Integration candidate: 2021-04-06 #951
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
PR #931
Fix #916, scrub include guards
Replaces nonstandard header file block comments and include guards. No behavior changes
PR #937
Fix #844, switch to use CLOCK_REALTIME
Removes
CLOCK_MONOTONICas the osal colck source since PSP no longer needs it.OS_GetLocalTime()andOS_SetLocalTime()will work as described.PR #938
Fix #887, specify shell name in ShellOutputToFile
Replaces
shellNamewith a specificlocalShellNamethat can be polled safely and changes its type to a char ofOS_MAX_API_NAMElength for safety.Context
Part of nasa/cFS#238
Tests
osal checks https://github.com/nasa/osal/pull/951/checks
cFS bundle checks https://github.com/nasa/cFS/pull/238/checks