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>
This commit is contained in:
parent
9368f170f6
commit
0ed09a8a51
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ sample:
|
|||
name: hello world
|
||||
common:
|
||||
min_ram: 2
|
||||
min_flash: 16
|
||||
tags: introduction
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue