commit | 8bcf0050844bb31e0179193470eb8b7433dea17a | [log] [tgz] |
---|---|---|
author | Christopher Friedt <chrisfriedt@gmail.com> | Sat May 23 06:09:28 2020 -0400 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Jun 12 17:02:03 2020 +0200 |
tree | 67a6d439b64b2b83c8949171659000a74d20b6c9 | |
parent | 8c29aa9881dc459e52288817158fb2f4e6ee62b5 [diff] |
lib: posix: nanosleep This change adds support for nanosleep(2) documented at https://pubs.opengroup.org/onlinepubs/9699919799/functions/nanosleep.html N.B: Currently, this provides no better resolution than k_busy_wait() Fixes #25554 Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>