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

Integration Candidate 2020-10-13 #206

Merged
merged 5 commits into from
Oct 13, 2020
Merged

Integration Candidate 2020-10-13 #206

merged 5 commits into from
Oct 13, 2020

Commits on Oct 2, 2020

  1. Fix #200, Update PSP to use osal_id_t

    Use the osal_id_t typedef whenever dealing with an OSAL ID value.
    jphickey committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    0816003 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Fix #204, redefinition of macros in PPC vxworks unit test build

    Resolves build error regarding redefinition of PPC macros in the
    coverage test, when building on the actual ppc/vxworks target.
    
    This is due to the fact that the system limits.h file implicitly
    provides these PPC symbols.  It does not appear that there are
    any current test cases that depend on values of these symbols.
    jphickey committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    cecbb09 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Merge pull request #201 from jphickey/fix-200-osal-id-type

    Fix #200, Update PSP to use osal_id_t
    astrogeco authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    b1e9057 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Merge pull request #205 from nasa/fix-204-vx-ppc-ut-redefinition

    Fix #204, redefinition of macros in PPC vxworks unit test build
    astrogeco authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    bb939b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac13dcd View commit details
    Browse the repository at this point in the history