mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 18:43:50 +01:00
Instead of only testing for `ZTIMER_MSEC`, iterate over a list of clocks and run the test for each. The reasoning is that this test does not only test `ztimer_periodic`, but also that the used clock backend operates correctly in a typical use case.
Introduction
This test application does some basic functionality testing of ztimer_periodic.