1sample: 2 description: Hello World sample, the simplest userspace 3 Zephyr application 4 name: hello world user 5common: 6 integration_platforms: 7 - mps2/an385 8 tags: introduction 9 harness: console 10 harness_config: 11 type: one_line 12 regex: 13 - "Hello World from UserSpace! (.*)" 14tests: 15 sample.helloworld: 16 filter: CONFIG_ARCH_HAS_USERSPACE 17 arch_exclude: 18 - posix 19 platform_exclude: 20 - qemu_xtensa/dc233c/mmu 21 tags: introduction 22