2017-04-05 05:11:22 +02:00
|
|
|
sample:
|
2017-10-14 18:08:08 +02:00
|
|
|
description: Hello World sample, the simplest Zephyr
|
|
|
|
application
|
2017-04-05 05:11:22 +02:00
|
|
|
name: hello world
|
|
|
|
platforms: all
|
2017-12-11 02:05:44 +01:00
|
|
|
common:
|
|
|
|
tags: samples
|
|
|
|
harness: console
|
2017-12-27 15:05:46 +01:00
|
|
|
harness_config:
|
|
|
|
type: one_line
|
|
|
|
regex:
|
|
|
|
- "Hello World! (.*)"
|
2017-04-05 05:11:22 +02:00
|
|
|
tests:
|
2017-12-05 19:00:43 +01:00
|
|
|
singlethread:
|
|
|
|
extra_args: CONF_FILE=prj_single.conf
|
2018-01-12 15:53:14 +01:00
|
|
|
filter: not CONFIG_BT and not CONFIG_GPIO_SCH and ASSERT == 0
|
2017-12-05 19:00:43 +01:00
|
|
|
test:
|
2017-12-11 02:05:44 +01:00
|
|
|
tags: samples
|