You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
351 B
18 lines
351 B
sample: |
|
description: Hello World sample, the simplest Zephyr |
|
application |
|
name: hello world |
|
common: |
|
min_ram: 2 |
|
min_flash: 16 |
|
tags: introduction |
|
integration_platforms: |
|
- native_sim |
|
harness: console |
|
harness_config: |
|
type: one_line |
|
regex: |
|
- "Hello World! (.*)" |
|
tests: |
|
sample.basic.helloworld: |
|
tags: introduction
|
|
|