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 #540, add event callback framework #541

Merged

Commits on Sep 23, 2020

  1. Fix nasa#540, add OSAL event framework

    Define an interface to allow an app/PSP to be notified when state changes
    or other events occur at the OS level.  Initially defined events are resource
    creation/deletion and task startup.
    
    The interface is easily extendable with more events as needed.
    
    This can be used to add platform-specific/nonstandard functions by putting
    the code inside the event handler at the PSP level.
    jphickey committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    ba0448a View commit details
    Browse the repository at this point in the history