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
13tests:
14  sample.posix.gettimeofday:
15    harness: net
16