zephyr/samples/posix/gettimeofday/sample.yaml
Andy Ross 881c800736 samples/posix/gettimeofday: Filter out INTEL_ADSP
This platform has a newlib which is inexplicably missing a
_gettimeofday_r symbol.  Just filter the test there.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2021-03-08 19:25:25 -05:00

13 lines
290 B
YAML

sample:
description: POSIX API gettimeofday() example (with SNTP)
name: gettimeofday
common:
filter: ( TOOLCHAIN_HAS_NEWLIB == 1 and not CONFIG_SOC_FAMILY_INTEL_ADSP )
harness: net
min_ram: 32
min_flash: 96
tags: posix net
tests:
sample.posix.gettimeofday:
harness: net