Skip to content
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

Fix #999, Add flags parameter to module load #1000

Merged

Conversation

jphickey
Copy link
Contributor

@jphickey jphickey commented Nov 4, 2020

Describe the contribution
Add flags parameter to calls to OS_ModuleLoad().

Initially just pass 0 (GLOBAL) to maintain old behavior.

Fixes #999

Testing performed
Build and sanity test CFE
Run all unit tests.

Expected behavior changes
None - the GLOBAL (0) flag should maintain exact same behavior.

System(s) tested on
Ubuntu 20.04

Additional context
Dependency on nasa/osal#643 - needs to be merged simultaneously

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

@jphickey
Copy link
Contributor Author

jphickey commented Nov 4, 2020

FYI @astrogeco -- this is the needed CFE change that correlates with the OSAL PR that we reviewed in the recent CCB. This would need to be merged in the same cycle as the OSAL change.

@astrogeco astrogeco changed the base branch from main to integration-candidate November 12, 2020 14:00
@astrogeco astrogeco merged commit a4f3a4c into nasa:integration-candidate Nov 12, 2020
astrogeco added a commit to nasa/cFS that referenced this pull request Nov 12, 2020
astrogeco added a commit to nasa/cFS that referenced this pull request Nov 16, 2020
* Add nasa/cFE#984

* Add nasa/cFE#980

* Add nasa/cFE#867

* Add nasa/osal#638 and update cfe due to rebase

* Add nasa/cFE#987

* Add nasa/to_lab#64 and nasa/sample_app#104

* Add nasa/osal#643

* Add nasa/cFE#1000

* Add nasa/ci_lab#58

* Add doxygen fixes for nasa/osal#643

* Add nasa/cFE#1013

* Add nasa/cFE#1011

* Add nasa/ci_lab#61

* Add nasa/sample_app#109

* Bump versions and point to submodules main

Co-authored-by: Joseph Hickey <joseph.p.hickey@nasa.gov>
@jphickey jphickey deleted the fix-999-moduleload-flags branch December 3, 2020 17:53
@skliper skliper added this to the 7.0.0 milestone Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pass flags parameter to OS_ModuleLoad()
3 participants