14 lines
305 B
YAML
14 lines
305 B
YAML
|
common:
|
||
|
harness: net
|
||
|
tags: net gptp
|
||
|
sample:
|
||
|
description: Test gPTP functionality
|
||
|
name: gPTP sample app
|
||
|
tests:
|
||
|
test:
|
||
|
platform_whitelist: frdm_k64f sam_e70_xplained native_posix
|
||
|
depends_on: netif
|
||
|
# To avoid "Too many thread objects" error
|
||
|
extra_configs:
|
||
|
- CONFIG_USERSPACE=n
|