Commit 0ed09a8a authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Benjamin Cabé
Browse files

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: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent 9368f170
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ sample:
  name: hello world
common:
  min_ram: 2
  min_flash: 16
  tags: introduction
  integration_platforms:
    - native_sim