1sample:
2  description: POSIX API gettimeofday() example (with SNTP)
3  name: gettimeofday
4common:
5  filter: ( CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
6    and not CONFIG_SOC_FAMILY_INTEL_ADSP )
7  harness: net
8  min_ram: 32
9  min_flash: 96
10  tags:
11    - posix
12    - net
13  platform_exclude:
14    - native_posix
15    - native_posix/native/64
16tests:
17  sample.posix.gettimeofday:
18    harness: net
19