From 4bd82a1467345c20eb96dc37b982842ba1d9cc37 Mon Sep 17 00:00:00 2001 From: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:51:03 +0100 Subject: [PATCH] refactor(demo): reduce b585's external flash size Currently it takes a lot of time to generate merged hex filesystem. This reduces the generation time, and still gives a lot of memory to a user. Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com> --- src/samples/demo/zephyr/boards/b_u585i_iot02a.overlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/samples/demo/zephyr/boards/b_u585i_iot02a.overlay b/src/samples/demo/zephyr/boards/b_u585i_iot02a.overlay index f9e7931e..05b518f2 100644 --- a/src/samples/demo/zephyr/boards/b_u585i_iot02a.overlay +++ b/src/samples/demo/zephyr/boards/b_u585i_iot02a.overlay @@ -33,7 +33,7 @@ /* Use the first partition from flash. */ storage_partition: partition@0 { - reg = <0x0 DT_SIZE_M(64)>; + reg = <0x0 DT_SIZE_M(16)>; }; }; };