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
|
|
|
|
tests:
|
2017-12-06 02:00:43 +08:00
|
|
|
singlethread:
|
|
|
|
build_only: true
|
|
|
|
extra_args: CONF_FILE=prj_single.conf
|
|
|
|
filter: not CONFIG_BT and not CONFIG_GPIO_SCH
|
|
|
|
tags: samples tests
|
|
|
|
test:
|
|
|
|
build_only: true
|
|
|
|
tags: samples tests
|