zephyr/tests/kernel/tickless
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
..
tickless tests: kernel: Add description and group tests for doxygen 2018-07-11 10:20:53 -04:00
tickless_concept kernel: Deprecate sys_clock_us_per_tick variable. 2018-07-20 00:03:52 -04:00