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-07-13 #1100

Merged
merged 4 commits into from
Jul 13, 2021
Merged

Commits on Jun 25, 2021

  1. Fix #1083, timer reconfig tests

    The underlying OS mechanism that rejects calls to timer APIs from
    timer callbacks does not work on anything except POSIX.  This skips
    these unit tests on non-POSIX platforms, and also adds documentation
    clearly indicating that the API must not be called from a timer
    context.
    jphickey committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    f4eaa7c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Update #1083, correct comment in timebase callback

    Per review feedback, removes comment that was stale and no longer valid,
    and describe why only POSIX_OS is enabled here on this check.
    jphickey committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    a8db3cd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Merge pull request #1089 from jphickey/fix-1083-reconfig-test

    Fix #1083, timer reconfig tests
    astrogeco authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    1241a1b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

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