zephyr/samples/userspace/hello_world_user/sample.yaml
Fabio Baltieri 792469aae9 yamllint: indentation: fix files in samples/
Fix the YAML files indentation for files in samples/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

19 lines
422 B
YAML

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