-
Notifications
You must be signed in to change notification settings - Fork 58
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
PSP Integration candidate: Caelum-rc4+dev45 #389
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
Defines an "iodriver" interface with a simple module id + opcode + argument interface, which can be extended as necessary for different purposes. Also adds a "linux_sysmon" module that implements this interface to provide system monitoring capabilities. This includes, but is not limited to, the CPU utilization that HS needs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
dzbaker
added a commit
to nasa/cFS
that referenced
this pull request
Apr 10, 2023
*Combines:* PSP v1.6.0-rc4+dev71 ci_lab v2.5.0-rc4+dev43 sample_app v1.3.0-rc4+dev39 sch_lab v2.5.0-rc4+dev49 to_lab v2.5.0-rc4+dev41 **Includes:** *PSP* - nasa/PSP#389 *ci_lab* - nasa/ci_lab#136 *sample_app* - nasa/sample_app#203 *sch_lab* - nasa/sch_lab#136 *to_lab* - nasa/to_lab#150 Co-authored by: Joseph Hickey <[email protected]>
Update the doxygen documentation to correct warnings, and correct some inconsistent symbol names.
Fix #385, adds generic driver interface and Linux sysmon module
dzbaker
force-pushed
the
integration-candidate
branch
from
April 12, 2023 13:00
ea1dcbf
to
d647a6d
Compare
dzbaker
added a commit
to nasa/cFS
that referenced
this pull request
Apr 12, 2023
*Combines:* PSP v1.6.0-rc4+dev71 ci_lab v2.5.0-rc4+dev43 sample_app v1.3.0-rc4+dev39 sch_lab v2.5.0-rc4+dev49 to_lab v2.5.0-rc4+dev41 **Includes:** *PSP* - nasa/PSP#389 *ci_lab* - nasa/ci_lab#136 *sample_app* - nasa/sample_app#203 *sch_lab* - nasa/sch_lab#136 *to_lab* - nasa/to_lab#150 Co-authored by: Joseph Hickey <[email protected]>
dzbaker
added a commit
to nasa/cFS
that referenced
this pull request
Apr 12, 2023
*Combines:* PSP v1.6.0-rc4+dev71 ci_lab v2.5.0-rc4+dev43 sample_app v1.3.0-rc4+dev39 sch_lab v2.5.0-rc4+dev49 to_lab v2.5.0-rc4+dev41 **Includes:** *PSP* - nasa/PSP#389 *ci_lab* - nasa/ci_lab#136 *sample_app* - nasa/sample_app#203 *sch_lab* - nasa/sch_lab#136 *to_lab* - nasa/to_lab#150 Co-authored by: Joseph Hickey <[email protected]>
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
Testing performed
cFS Bundle Checks
PSP Checks
Expected behavior changes
See PRs
System(s) tested on
Ubuntu 22.04
Additional context
Add any other context about the contribution here.
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
@jphickey