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 #1024, check misc API return codes #1030

Merged

Commits on May 21, 2021

  1. Fix nasa#1024, check misc API return codes

    Fix missing doxygen retvals
    
    Note, other tests were OK, but depend on support being enabled and
    supported by RTOS.  Script will report N/A items (due to no impl) as
    missing.  Confirmed OS_HeapGetInfo OK on RTEMS.
    
    For test cases where a function is invoked before OS_API_Init, only
    check that the result is not success.  This will remain as "undocumented"
    behavior - users should not call functions before init, because it is
    not valid to do so.  A specific error code is not guaranteed here.
    jphickey committed May 21, 2021
    Configuration menu
    Copy the full SHA
    e54acfc View commit details
    Browse the repository at this point in the history