Skip to content

Commit d76911a

Browse files
committed
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é <[email protected]>
1 parent d1beb70 commit d76911a

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
@@ -3,6 +3,7 @@ sample:
33
application
44
name: hello world
55
common:
6+
min_ram: 2
67
tags: introduction
78
integration_platforms:
89
- native_sim

0 commit comments

Comments
 (0)