2018-11-06 21:08:46 +08:00
|
|
|
sample:
|
|
|
|
description: SNTP client sample
|
|
|
|
name: sntp_client
|
2019-09-05 22:24:32 +08:00
|
|
|
common:
|
|
|
|
harness: net
|
2020-08-26 23:28:25 +08:00
|
|
|
platform_allow: qemu_x86
|
2019-09-05 22:24:32 +08:00
|
|
|
tags: net
|
2020-12-09 13:30:25 +08:00
|
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
2018-11-06 21:08:46 +08:00
|
|
|
tests:
|
2019-03-29 23:44:43 +08:00
|
|
|
sample.net.sockets.sntp_client:
|
2019-09-05 22:24:32 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NET_SOCKETS_POSIX_NAMES=y
|
|
|
|
sample.net.sockets.sntp_client.posix:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NET_SOCKETS_POSIX_NAMES=n
|
|
|
|
- CONFIG_POSIX_API=y
|