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

Low power timer needs to be reset when setting time #7849

Merged
merged 2 commits into from
Nov 8, 2018
Merged

Low power timer needs to be reset when setting time #7849

merged 2 commits into from
Nov 8, 2018

Commits on Nov 1, 2018

  1. Low power timer needs to be reset when setting time.

    Reset _rtc_lp_timer only if DEVICE_LPTICKER is defined.
    RFulchiero committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    d82990c View commit details
    Browse the repository at this point in the history
  2. Add a protected HAL set_time() test

    When DEVICE_LPTICKER is defined set_time() only works correctly on
    the first call. This test calls set_time() twice and ensures the
    time set by both calls is correct.  This test only runs if
    DEVICE_RTC or DEVICE_LPTICKER is defined.
    RFulchiero committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    0de5ab2 View commit details
    Browse the repository at this point in the history