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

drivers/periph_timer: add timer_query_freqs() #16349

Merged
merged 2 commits into from
Dec 5, 2023

Commits on Dec 5, 2023

  1. drivers/periph_timer: add periph_timer_query_freqs

    Allow accessing supported timer frequencies with a dedicated API.
    This API needs to be implemented per platform and is available with
    the feature periph_timer_query_freqs.
    maribu committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b917807 View commit details
    Browse the repository at this point in the history
  2. tests/periph_timer: use periph_timer_query_freqs

    If the feature periph_timer_query_freqs is provided, use the
    corresponding function to iterate over all supported frequencies to
    increase test coverage.
    maribu committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3bc6494 View commit details
    Browse the repository at this point in the history