zephyr/samples/userspace/hello_world_user/sample.yaml
Alexandre Mergnat c9a3fca1e4 samples: userspace: hello_world
This sample print a hello world message through a user thread.

Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
2020-11-09 15:37:11 -05:00

15 lines
316 B
YAML

sample:
description: Hello World sample, the simplest userspace
Zephyr application
name: hello world user
common:
tags: introduction
harness: console
harness_config:
type: one_line
regex:
- "Hello World from UserSpace! (.*)"
tests:
sample.helloworld:
tags: introduction