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 #121, Unify CFE PSP with OSAL BSP #149

Merged

Commits on Apr 9, 2020

  1. Merge pull request nasa#151 from nasa/integration-candidate

    Integration Candidate 2020-04-01
    astrogeco committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    12e2607 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Fix nasa#121, Unify CFE PSP with OSAL BSP

    Instead of redefining the basic entry point symbols, use the
    OSAL BSP and its abstractions.  The CFE PSP just becomes an
    extension to the OSAL BSP, and only needs to define the
    OS_Application_Startup symbol like any other OSAL application.
    jphickey authored and skliper committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    ab6aa2a View commit details
    Browse the repository at this point in the history