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

Exception/Interrupt API updates #317

Merged

Commits on Dec 13, 2019

  1. Fix nasa#316: Exception/Interrupt API updates

    - Ensure the FPU functions that are actually not implemented in
      RTEMS/POSIX all return OS_ERR_NOT_IMPLEMENTED, not OS_SUCCESS.
    - The RTEMS IntEnable/Disable API should not be a duplicate of
      the IntLock/Unlock API, as the semantics are slightly different.
      The Enable/Disable API should return OS_ERR_NOT_IMPLEMENTED.
    - The OS_FPUExcGetMask API should confirm that the output buffer
      is not NULL.
    jphickey committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    34560b3 View commit details
    Browse the repository at this point in the history