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
|
2017-12-11 09:05:44 +08:00
|
|
|
common:
|
2018-10-16 03:28:35 +08:00
|
|
|
tags: introduction
|
2020-05-28 20:17:51 +08:00
|
|
|
integration_platforms:
|
|
|
|
- native_posix
|
2017-12-11 09:05:44 +08:00
|
|
|
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:
|
2019-12-02 01:29:43 +08:00
|
|
|
sample.basic.helloworld:
|
2018-10-16 03:28:35 +08:00
|
|
|
tags: introduction
|