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
|
2017-12-11 02:05:44 +01:00
|
|
|
common:
|
2023-01-03 20:08:27 +01:00
|
|
|
tags: introduction
|
|
|
|
integration_platforms:
|
2023-11-16 14:58:47 +01:00
|
|
|
- native_sim
|
2023-01-03 20:08:27 +01:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
type: one_line
|
|
|
|
regex:
|
|
|
|
- "Hello World! (.*)"
|
2017-04-05 05:11:22 +02:00
|
|
|
tests:
|
2019-12-01 18:29:43 +01:00
|
|
|
sample.basic.helloworld:
|
2018-10-15 21:28:35 +02:00
|
|
|
tags: introduction
|