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