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 #285, Refactor OSAL code selection #427

Closed

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    b87fc9b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Merge pull request nasa#422 from yammajamma/fix413-Add-Reference-To-O…

    …sal-Users-Guide-From-ReadMe
    
    Fix nasa#413, Add reference to osal user's guide from ReadMe
    astrogeco committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    5a3dcb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

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

    Integration Candidate: 2020-04-15
    astrogeco committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    b27c73b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Fix nasa#285, Refactor OSAL to avoid inclusion of C files

    Use separate source files and CMake-based source selection
    based on feature configuration, rather than using the C
    preprocessor for including/excluding different OSAL function
    groups.
    
    Refactor all implementation units to provide a separate header
    file for each functional group/subsystem.  Remove "static"
    declaration on internal helper functions so they can be invoked
    from unit test.
    jphickey committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    a2024ad View commit details
    Browse the repository at this point in the history