sys: timeutil: add module

Add a generic API to provide the inverse operation for gmtime and as a
home for future generic time-related functions that are not in POSIX.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
Peter A. Bigot 2019-07-01 10:35:42 -05:00 committed by Carles Cufí
commit 9d25b671bc
3 changed files with 103 additions and 0 deletions

View file

@ -12,6 +12,7 @@ zephyr_sources(
mempool.c
rb.c
thread_entry.c
timeutil.c
work_q.c
)