22 lines
469 B
YAML
22 lines
469 B
YAML
sample:
|
|
description: Hello World sample, the simplest userspace
|
|
Zephyr application
|
|
name: hello world user
|
|
common:
|
|
integration_platforms:
|
|
- mps2/an385
|
|
tags: introduction
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Hello World from UserSpace! (.*)"
|
|
tests:
|
|
sample.helloworld:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
arch_exclude:
|
|
- posix
|
|
platform_exclude:
|
|
- qemu_xtensa/dc233c/mmu
|
|
tags: introduction
|