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 #1083, timer reconfig tests #1089

Merged
merged 2 commits into from
Jul 12, 2021

Commits on Jun 25, 2021

  1. Fix nasa#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 nasa#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