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 #635, Reduce use of uint32, add more OSAL typedefs #654

Merged

Commits on Nov 16, 2020

  1. Fix nasa#635, add typedefs for osal stack and priority

    Adds typedefs for:
    
    - osal_priority_t
    - osal_stackptr_t
    - osal_index_t
    - osal_objtype_t
    - osal_blockcount_t
    
    Note that by using `uint8` as the priority type, all values are
    valid and it is no longer possible to pass a value which is out
    of range.  Checks/tests for this are no longer valid and would
    cause compiler warnings.
    jphickey committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    2899dfe View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Update nasa#635, type corrections to avoid conversion

    Additional type corrections to avoid implicit sign
    and width conversions.
    jphickey committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    9c081dc View commit details
    Browse the repository at this point in the history