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:
Benjamin Cabé
2024-12-06 14:09:59 +01:00
committed by Fabio Baltieri
parent 09d2a6c08c
commit b514241d21

View File

@@ -3,6 +3,7 @@ sample:
application
name: hello world
common:
min_ram: 2
tags: introduction
integration_platforms:
- native_sim