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:
parent
3e8df8b369
commit
9d25b671bc
3 changed files with 103 additions and 0 deletions
|
@ -12,6 +12,7 @@ zephyr_sources(
|
|||
mempool.c
|
||||
rb.c
|
||||
thread_entry.c
|
||||
timeutil.c
|
||||
work_q.c
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue