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 #718, add user-specified extra modules to build #720

Closed

Conversation

jphickey
Copy link
Contributor

Describe the contribution
Add a new setting that can be set in targets.cmake, to enable users to add extra custom functions/modules to CFE core executable.

This can be used, among other things, for future support of a modular/customizable message header structure.

Fixes #718

Testing performed
Build and execute CFE, confirm normal operation/sanity check.
Build and execute all unit tests, confirm passing.

Expected behavior changes
Any user-supplied library can be added to the build.

System(s) tested on
Ubuntu 20.04

Additional context
This general concept can also be used to provide replacement implementations of core modules (e.g. TBL, FS) with some additional tweaking to exclude those modules from the subsequent build of CFE core.

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

Add a new setting that can be set in targets.cmake, to
enable users to add extra custom functions/modules to
CFE core itself.

This can be used, among other things, for future support
of a modular/customizable message header structure.
@jphickey
Copy link
Contributor Author

Withdrawing this one, see PR #740 instead which also includes this and some other things.

@jphickey jphickey closed this Jun 12, 2020
@jphickey jphickey deleted the fix-718-user-config-cfe-modules branch June 19, 2020 16:38
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.

Add user-specified extra modules to build system
2 participants