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

osal Integration candidate: 2021-08-03 #1126

Merged
merged 7 commits into from
Aug 6, 2021
Merged

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    f14fd68 View commit details
    Browse the repository at this point in the history
  2. Fix #1118 Add UtAssert_MIR macro

    pepepr08 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    548c2fc View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Fix #1124, add generic asserts from CFE coverage testing

    Migrates some of the assert extensions that were added for CFE
    coverage testing to the UtAssert level, so they can be used
    in a wider scope of tests, not just CFE coverage.
    
    The existing macros (e.g. UtAssert_INT32_EQ) are updated to
    use the same facility.
    
    All macros are now also a single line and return the boolean
    pass/fail status, which was a useful feature of the CFE macros.
    jphickey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    ecd276b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Merge pull request #1125 from jphickey/fix-1124-more-generic-asserts

    Fix #1124, add generic asserts from CFE coverage testing
    astrogeco authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    a9bb454 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Merge pull request #1122 from pepepr08/fix1118-mir-macro

    Fix #1118 Add UtAssert_MIR macro
    astrogeco authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    f436341 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1121 from jphickey/fix-1120-missing-shell-stub

    Fix #1120, add osapi-shell-stubs.c to OSAL stub library
    astrogeco authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    fbe7949 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    8b92683 View commit details
    Browse the repository at this point in the history