mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 08:42:33 +00:00
Remove build_only and add harness type needed for the sample/test to allow running with sanitycheck and on devices once we have harness support. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
205 B
YAML
10 lines
205 B
YAML
sample:
|
|
description: A basic demo to showcase multi-threading
|
|
using K_THREAD_DEFINE
|
|
name: Basic Thread Demo
|
|
tests:
|
|
test:
|
|
platform_whitelist: 96b_carbon
|
|
tags: samples
|
|
depends_on: gpio
|