zephyr/subsys/net/lib/sntp/CMakeLists.txt
Paul Sokolovsky 22f1a29185 net: sntp: Add convenience API for one-shot SNTP query
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>
2019-05-10 13:44:32 +03:00

7 lines
82 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_sources(
sntp.c
sntp_simple.c
)