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 #494, add missing stub functions for OSAL API #497

Merged

Commits on Jun 10, 2020

  1. Fix nasa#494, add missing stub functions for OSAL API

    Added sub functions for:
      OS_TaskFindIdBySystemData
      OS_FileSysAddFixedMap
      OS_TimedRead
      OS_TimedWrite
      OS_FileSysAddFixedMap
    
    Required for testing other modules that use these functions.
    Also correct a name mismatch issue in OS_TaskGetInfo.
    jphickey committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    6d88b77 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Update nasa#494, OS_TaskFindIdBySystemData stub

    Correct output value
    jphickey committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    b6b1ad8 View commit details
    Browse the repository at this point in the history