mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 17:33:00 +00:00
The application does not do much, it just registers to a callback in order to get information about gPTP. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
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
|