19 lines
388 B
YAML
19 lines
388 B
YAML
sample:
|
|
description: Hello World sample, the simplest Zephyr
|
|
application
|
|
name: hello world
|
|
platforms: all
|
|
common:
|
|
tags: samples
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Hello World! (.*)"
|
|
tests:
|
|
singlethread:
|
|
extra_args: CONF_FILE=prj_single.conf
|
|
filter: not CONFIG_BT and not CONFIG_GPIO_SCH
|
|
test:
|
|
tags: samples
|