zephyr/tests/kernel/timer
Piotr Zięcik 2fe998cdef kernel: Deprecate sys_clock_us_per_tick variable.
On some architectures tick time cannot be expressed as integer
number of microseconds, introducing error in calculations using
sys_clock_us_per_tick variable.

This commit deprecates the sys_clock_us_per_tick variable and
replaces its usage by more precise calculations based on
sys_clock_hw_cycles_per_sec and sys_clock_ticks_per_sec.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
2018-07-20 00:03:52 -04:00
..
timer_api doc: tests: Add test description and doxygen groups in timer 2018-07-17 10:56:24 -04:00
timer_monotonic kernel: Deprecate sys_clock_us_per_tick variable. 2018-07-20 00:03:52 -04:00