13 lines
249 B
YAML
13 lines
249 B
YAML
|
sample:
|
||
|
description: POSIX API gettimeofday() example (with SNTP)
|
||
|
name: gettimeofday
|
||
|
common:
|
||
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||
|
harness: net
|
||
|
min_ram: 32
|
||
|
min_flash: 96
|
||
|
tags: posix net
|
||
|
tests:
|
||
|
sample.posix.gettimeofday:
|
||
|
harness: net
|