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-31 #1138

Merged
merged 3 commits into from
Sep 1, 2021
Merged

Commits on Aug 25, 2021

  1. Fix #1135, add bitmask assert macros

    Add a pair of macros that can confirm a value has bits set or
    does not have bits set.  By using bitmask-aware macros, the logged
    information can include both the raw/actual value as well as the
    specific bits being tested.
    jphickey committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    e24735c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Merge pull request #1136 from jphickey/fix-1135-bitmask-asserts

    Fix #1135, add bitmask assert macros
    astrogeco committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    0a25c63 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

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