zephyr/tests/kernel/timer/timer_api/src
Peter Bigot 8fbc83c651 tests: timer_api: avoid compounding errors in imprecise conversions
When the timer frequency is not a multiple of 1000 converting between
ticks and milliseconds introduces error.  Avoid propagating the error
by converting divided values rather than dividing converted values.

Also compensate for observed rate differences between the busywait
clock and the timeout clock.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-05-24 20:28:58 +02:00
..
main.c tests: timer_api: avoid compounding errors in imprecise conversions 2020-05-24 20:28:58 +02:00
timer_convert.c kernel: move time_units into sys subdirectory 2019-11-08 18:37:46 -05:00