zephyr/samples/hello_world/sample.yaml
Benjamin Cabé 0ed09a8a51 samples: hello_world: set minimum flash requirement to 16K
Default in Twister is 32K, but 16K is a more "reasonable" goal and allows
to build hello_world against some of the most constrained boards in-tree.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-03-04 17:28:33 +01:00

19 lines
351 B
YAML

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