-
Notifications
You must be signed in to change notification settings - Fork 215
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
Remove FPU and exception handling APIs from OSAL #366
Comments
Note FPUExecAttachHandler, FPUExcEnable and FPUExcDisable also don't have functional tests. Certification issue |
CCB 2020-03-25: No objections |
Never fully implemented and more appropriate in PSP layer due to platform dependencies
Never fully implemented and more appropriate in PSP layer due to platform dependencies
Note that these functions are being called by I thought this was CCB approved but it looks like it hasn't been merged to master yet. Is this waiting on anything? |
@jphickey that test was removed in #415? @astrogeco hasn't merged yet. |
That may explain it - I thought it was merged already. Nonetheless in order for PR #427 to work with |
Never fully implemented and more appropriate in PSP layer due to platform dependencies
Fix #366, Deprecated exception handling APIs
Never fully implemented and more appropriate in PSP layer due to platform dependencies
Is your feature request related to a problem? Please describe.
Exception and FPU exception handling only partially implemented in OSAL
Describe the solution you'd like
Remove from OSAL, better suited to PSP if/when fully implemented.
Describe alternatives you've considered
None
Additional context
See also #18 to remove shared memory APIs
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: