22f1a29185
sntp_simple() function queries the server (passed as "addr[:port]" string). It wraps calls to a number of other functions, and may be useful to write simple, concise apps needing the absolute time. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
7 lines
82 B
CMake
7 lines
82 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources(
|
|
sntp.c
|
|
sntp_simple.c
|
|
)
|