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

STM32 RTC : write RTC time while LPTICKER is enabled #8286

Merged
merged 1 commit into from
Oct 9, 2018

Commits on Oct 4, 2018

  1. STM32 RTC : write RTC time while LPTICKER is enabled

    This fix avoid a long waiting loop in rtc_write function,
      which was not acceptable in TICKLESS context.
    
    Implementation comments added.
    
    Global variable name has been updated for easier maintenance:
    - LPTICKER_counter is the U32 continuous tick counter
    - LPTICKER_RTC_time is the RTC time used to get the time difference
       between rtc_read_lp() calls
    jeromecoutant committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    83caa04 View commit details
    Browse the repository at this point in the history