2020-04-10 12:03:14 +08:00
|
|
|
sample:
|
|
|
|
description: Hello World sample, the simplest userspace
|
|
|
|
Zephyr application
|
|
|
|
name: hello world user
|
|
|
|
common:
|
2021-02-25 06:35:54 +08:00
|
|
|
integration_platforms:
|
|
|
|
- mps2_an385
|
2021-03-03 10:11:18 +08:00
|
|
|
platform_exclude: intel_adsp_cavs15
|
2020-04-10 12:03:14 +08:00
|
|
|
tags: introduction
|
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
type: one_line
|
|
|
|
regex:
|
|
|
|
- "Hello World from UserSpace! (.*)"
|
|
|
|
tests:
|
|
|
|
sample.helloworld:
|
2022-01-22 02:52:26 +08:00
|
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
2020-04-10 12:03:14 +08:00
|
|
|
tags: introduction
|