-
Notifications
You must be signed in to change notification settings - Fork 223
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
cFS Integration candidate: Caelum-rc4+dev4 #1226 #432
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
astrogeco
force-pushed
the
integration-candidate
branch
2 times, most recently
from
February 25, 2022 15:36
0a958fa
to
69eca9c
Compare
This was referenced Feb 25, 2022
astrogeco
added a commit
to nasa/ci_lab
that referenced
this pull request
Feb 25, 2022
Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #103 - Fix #102, Apply header guard standard
astrogeco
added a commit
to nasa/ci_lab
that referenced
this pull request
Feb 25, 2022
Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #103 - Apply header guard standard
astrogeco
added a commit
to nasa/sch_lab
that referenced
this pull request
Feb 25, 2022
Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #107 - Apply header guard standard
astrogeco
added a commit
to nasa/to_lab
that referenced
this pull request
Feb 25, 2022
Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #114 - Apply header guard standard
astrogeco
added a commit
to nasa/cFE
that referenced
this pull request
Feb 25, 2022
Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #2056 - Missing SB include for v2 msgid PR #2052 - Resolve doxygen doc warnings and enforce in CI PR #2050 - Remove explicit filename doxygen comments PR #2048 - Add CFE_ES_CreateChildTask default handler
astrogeco
added a commit
to nasa/sample_lib
that referenced
this pull request
Feb 25, 2022
Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #74 - Apply header guard standard PR #76 - Remove explicit filename doxygen comments
astrogeco
added a commit
to nasa/osal
that referenced
this pull request
Feb 25, 2022
Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #1215 - Resolve UT uninitialized variable warnings PR #1219 - Add ut_assert to doxygen and fix warnings PR #1223 - Protect if OS_FDGetInfo called on socket
astrogeco
added a commit
to nasa/PSP
that referenced
this pull request
Feb 25, 2022
Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #324 - Remove explicit filename doxygen comments PR #322 - Apply header guard standard
astrogeco
added a commit
to nasa/cFS-GroundSystem
that referenced
this pull request
Feb 25, 2022
Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #205 - Apply header guard standard
astrogeco
added a commit
to nasa/elf2cfetbl
that referenced
this pull request
Feb 25, 2022
Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #100 - Apply header guard standard PR #102 - Remove explicit filename doxygen comments
astrogeco
added a commit
to nasa/tblCRCTool
that referenced
this pull request
Feb 25, 2022
Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #62 - Remove explicit filename doxygen comments - See <nasa/cFS#432>
astrogeco
force-pushed
the
integration-candidate
branch
2 times, most recently
from
February 25, 2022 18:20
1bf5681
to
06ab8d7
Compare
**Combines** - nasa/cFE#2061, v7.0.0-rc4+dev80 - nasa/osal#1226, v6.0.0-rc4+dev42 - nasa/PSP#326, v1.6.0-rc4+dev14 *Apps* - ci_lab v2.5.0-rc4+dev10 - sample_app v1.3.0-rc4+dev9 - sch_lab v2.5.0-rc4+dev16 - to_lab v2.5.0-rc4+dev9 *Libs* - sample_lib v1.3.0-rc4+dev9 *Tools* - cFS-GroundSystem v3.0.0-rc4+dev12 - elf2cfetbl v3.3.0-rc4+dev11 - tblCRCTool v1.3.0-rc4+dev7 **Includes** - nasa/cFE#2048, Add CFE_ES_CreateChildTask default handler - nasa/osal#1215, Resolve UT uninitialized variable warnings - nasa/osal#1219, Add ut_assert to doxygen and fix warnings - nasa/osal#1223, protect if OS_FDGetInfo called on socket - nasa/cFE#2056, Missing SB include for v2 msgid - nasa/cFE#2052, Resolve doxygen doc warnings and enforce in CI *Apply Header Guard Standard* - nasa/PSP#322 - nasa/ci_lab#103 - nasa/to_lab#114 - nasa/sch_lab#107 - nasa/sample_lib#74 - nasa/elf2cfetbl#100 - nasa/cFS-GroundSystem#205 *Remove explicit filename doxygen comments* - nasa/cFE#2050 - nasa/osal#1217 - nasa/PSP#324 - nasa/sample_lib#76 - nasa/tblCRCTool#62 - nasa/elf2cfetbl#102 Co-authored-by: Jacob Hageman <skliper@users.noreply.github.com> Co-authored-by: Joseph Hickey <jphickey@users.noreply.github.com>
astrogeco
force-pushed
the
integration-candidate
branch
from
February 25, 2022 18:22
06ab8d7
to
037c5d8
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.
Checklist (Please check before submitting)
Describe the contribution
Combines
Apps
Libs
Tools
Includes
Fix #2047, Add CFE_ES_CreateChildTask default handler cFE#2048, Add CFE_ES_CreateChildTask default handler
Fix #1214, Resolve UT uninitialized variable warnings osal#1215, Resolve UT uninitialized variable warnings
Fix #1218, Add ut_assert to doxygen and fix warnings osal#1219, Add ut_assert to doxygen and fix warnings
Fix #1222, protect if OS_FDGetInfo called on socket osal#1223, protect if OS_FDGetInfo called on socket
Fix #2054, Missing SB include for v2 msgid cFE#2056, Missing SB include for v2 msgid
Fix #2051, Resolve doxygen doc warnings and enforce in CI cFE#2052, Resolve doxygen doc warnings and enforce in CI
Apply Header Guard Standard
Fix #321, Apply header guard standard PSP#322
Fix #102, Apply header guard standard ci_lab#103
Fix #113, Apply header guard standard to_lab#114
Fix #106, Apply header guard standard sch_lab#107
Fix #58, Apply header guard standard sample_lib#74
Fix #99, Apply header guard standard elf2cfetbl#100
Fix #204, Apply header guard standard cFS-GroundSystem#205
Remove explicit filename doxygen comments
Fix #2049, Remove explicit filename doxygen comments cFE#2050
Fix #1216, Remove explicit filename doxygen comments osal#1217
Fix #323, Remove explicit filename doxygen comments PSP#324
Fix #75, Remove explicit filename doxygen comments sample_lib#76
Fix #61, Remove explicit filename doxygen comments tblCRCTool#62
Fix #101, Remove explicit filename doxygen comments elf2cfetbl#102
Testing performed
cFS Bundle Checks https://github.com/nasa/cFS/pull/432/checks
Expected behavior changes
See submodules
System(s) tested on
ubuntu 18.04
RTEMS 4.11
RTEMS 5
Additional context
None
Code contributions
The cFS repository is provided to bundle the cFS Framework. It is utilized for bundling submodules, continuous integration testing, and version management and does not contain any software. Code contributions should be directed to the appropriate submodule.
Contributor Info - All information REQUIRED for consideration of pull request
jphickey
skliper