zephyr/tests/unit/timeutil/testcase.yaml
Peter A. Bigot f6d7595d4e lib/timeutil: add utilities to manage local/reference clock alignment
Provide data structures to capture a timestamp in two different
clocks, monitor the drift between those clocks, and using a base
instant with estimated drift convert between the clocks.

This provides the core technology to convert between system uptime and
an external continuous time scale like TAI (UTC without applying leap
seconds).

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2021-01-20 16:38:56 -05:00

11 lines
143 B
YAML

common:
tags: timeutil
type: unit
tests:
utilities.time:
extra_args: M64_MODE=0
utilities.time.64bit:
extra_args: M64_MODE=1