-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration Candidate: 2020-11-10 #1008
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixup the table build targets so it will be invoked for both static and dynamic apps. Improve the prep log messages to indicate the targets that tables will be built for for both static and dynamic apps.
Fix #983 Updated the CFE_MISSION_TIME_DEF_LEAPS to 37 seconds
Fix #973, CFE_MSG_Init clear option removed
astrogeco
force-pushed
the
integration-candidate
branch
from
November 10, 2020 17:35
0041085
to
296294c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe the contribution
Fix #788, Simplified CFE_EVS_SendEvent macros
Fix #983, Update CFE_MISSION_TIME_DEF_LEAPS to 37 seconds
Fix #973, CFE_MSG_Init clear option removed
Fix #999, Add flags parameter to module load
Fix #1010, CFE_ES_RegisterCDSEx stub update
Fix #1012, Include cfe_private.h in stubs
Testing performed
Bundle CI on astrogeco: https://travis-ci.com/github/astrogeco/cFS/builds/201769124
Expected behavior changes
PR #867 - Adds macros for more compact calls to CFE_EVS_SendEvent, making the type be part of the function name.
PR #984 - The sample configs leap seconds default value is now up to date. (As of Oct 2020)
PR #980 - Removed the clear=false logic (and clear parameter)
CFE_MSG_Init()
now always zeroes entire message and sets defaults.PR #1000 - Adds flags parameter to calls to
OS_ModuleLoad()
. Initially just pass 0 (GLOBAL) to maintain old behavior.PR #1011 - Updates
CFE_ES_RegisterCDSEx
stub to match current signaturePR #1013 - Includes
cfe_private.h
for stubs that implement related elements.System(s) tested on
Additional context
Part of nasa/cFS#156
Third party code
If included, identify any third party code and provide text file of license
Contributor Info - All information REQUIRED for consideration of pull request
@skliper
@zanzaben
@CDKnightNASA
@jphickey