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    platform_exclude: s32k148_evb/s32k148
17  sample.posix.gettimeofday.s32k148_evb:
18    harness: net
19    extra_args: SHIELD=nxp_adtja1101
20    platform_allow: s32k148_evb/s32k148
21