zephyr/tests/kernel/timer/timer_monotonic
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
..
src kernel: Deprecate sys_clock_us_per_tick variable. 2018-07-20 00:03:52 -04:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
prj.conf tests: timer_monotonic: Migrate legacy test to ztest 2017-11-14 09:50:12 -08:00
testcase.yaml tests: kernel: stop relying on path for naming 2018-02-18 09:16:40 -05:00