Browse Source

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>
pull/86631/head
Benjamin Cabé 4 months ago committed by Benjamin Cabé
parent
commit
0ed09a8a51
  1. 1
      samples/hello_world/sample.yaml

1
samples/hello_world/sample.yaml

@ -4,6 +4,7 @@ sample: @@ -4,6 +4,7 @@ sample:
name: hello world
common:
min_ram: 2
min_flash: 16
tags: introduction
integration_platforms:
- native_sim

Loading…
Cancel
Save