zephyr/samples/basic/threads/sample.yaml
Anas Nashif a0982313b2 samples: threads: filter by device tree
Do not limit to whitelisted boards, instead make it build/run for any
board that defines required DTS macros.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-12-11 13:13:26 -06:00

10 lines
256 B
YAML

sample:
description: A basic demo to showcase multi-threading
using K_THREAD_DEFINE
name: Basic Thread Demo
tests:
test:
tags: kernel threads gpio
# The filters below are from DTS
filter: LED0_GPIO_CONTROLLER and LED1_GPIO_CONTROLLER