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 #1538, add capability to generate multiple tables #1549

Merged

Commits on May 18, 2021

  1. Fix nasa#1538, add capability to generate multiple tables

    Adds a "install_custom.cmake" hook that can be put into a CPU-specific
    subdirectory under the "defs" directory, that can perform extra
    installation steps as required for the project/mission.
    
    Tweaks the "add_cfe_tables" function such that it can also be called from
    the install_custom.cmake script to generate additional/alternative table
    binary files for that CPU.
    
    The main update is that it uses the "APP_NAME" parameter to associate
    the table files with the app library, so the same set of include files
    can be used.  This relies on the target-scope properties being used.
    Historically that string wasn't verified, it could have been any unique
    string, but now it should match the app if this is to work as expected.
    jphickey committed May 18, 2021
    Configuration menu
    Copy the full SHA
    a47a581 View commit details
    Browse the repository at this point in the history