zephyr/tests/kernel/timer/timer_behavior/src
Nicolas Pitre a1d21ca69b tests: timer_behavior: don't fail the test with timer wrap-arounds
If the timer driver only implements sys_clock_cycle_get_32() (meaning
CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER=n) and the hardware clock is high
enough then the reported cycle count may wrap an uint32_t during the
test. This makes validating the total test duration pointless as it
cannot be measured. Just print a warning instead of failing the test
in that case.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2023-04-18 16:46:13 -04:00
..
jitter_drift.c tests: timer_behavior: don't fail the test with timer wrap-arounds 2023-04-18 16:46:13 -04:00
main.c tests: Tick rate testing with timer train 2022-10-12 20:42:22 -04:00
tick_timer_train.c tests: kernel: timer_behavior: improve timer_tick_train output 2023-02-19 20:34:37 -05:00