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

sam0/rtc_rtt: optimizations to get around the painful long syncwaits #18920

Merged
merged 2 commits into from
Nov 22, 2022

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    9c6f07f View commit details
    Browse the repository at this point in the history
  2. sam0/rtc_rtt: don't block until set_alarm has been propagated to periph

    rtc_set_alarm() / rtt_set_alarm() are heavily used by ztimer during ISR. This will reduce time spent during ISR drastically. We trust that the peripheral is able to propagate the alarm asynchronously.
    jue89 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    268bdfe View commit details
    Browse the repository at this point in the history