samples: hello_world: set min RAM to 2KB for Hello World test
It is possible to fit the Hello World in 2K of RAM so update the sample.yaml file accordingly. It might not *run*, but then the console harness will catch that. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
committed by
Fabio Baltieri
parent
09d2a6c08c
commit
b514241d21
@@ -3,6 +3,7 @@ sample:
|
||||
application
|
||||
name: hello world
|
||||
common:
|
||||
min_ram: 2
|
||||
tags: introduction
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
||||
Reference in New Issue
Block a user