Skip to content

Commit 0ed09a8

Browse files
committed
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é <[email protected]>
1 parent 9368f17 commit 0ed09a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/hello_world/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sample:
44
name: hello world
55
common:
66
min_ram: 2
7+
min_flash: 16
78
tags: introduction
89
integration_platforms:
910
- native_sim

0 commit comments

Comments
 (0)