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 #940, Add module suffix and core name to configdata #941

Merged

Commits on Oct 7, 2020

  1. Fix nasa#940, Add module suffix and core name to configdata

    Add the system-specific module suffix (.o, .so, .obj, etc) and the
    default CFE core executable name to the configdata structure.
    
    This information has several useful purposes.
    jphickey committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    043b608 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Update nasa#940, add ifndef values for new fields

    Adds an #ifndef empty string for the two new fields, which
    at the very least prevents IDEs (e.g. Eclipse) from redlining
    the value as an undefined symbol.
    
    (It is always passed in on command line when building via CMake)
    jphickey committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    655a66c View commit details
    Browse the repository at this point in the history