From 0ed09a8a51a4e30bbd422220c5a86187a7b454ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Fri, 28 Feb 2025 08:58:35 +0100 Subject: [PATCH] samples: hello_world: set minimum flash requirement to 16K MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- samples/hello_world/sample.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/hello_world/sample.yaml b/samples/hello_world/sample.yaml index 1de267bbe3d..ac4dfeac52d 100644 --- a/samples/hello_world/sample.yaml +++ b/samples/hello_world/sample.yaml @@ -4,6 +4,7 @@ sample: name: hello world common: min_ram: 2 + min_flash: 16 tags: introduction integration_platforms: - native_sim