From 0fcffb5d873da09dae046786697cad4e308ebb52 Mon Sep 17 00:00:00 2001 From: Martin Hoff Date: Thu, 22 May 2025 11:22:09 +0200 Subject: [PATCH] samples: subsys: nvs: add overlay for siwx917_rb4338a board siwx917_rb4338a board needs a custom conf to run the nvs sample. Signed-off-by: Martin Hoff --- samples/subsys/nvs/boards/siwx917_rb4338a.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 samples/subsys/nvs/boards/siwx917_rb4338a.conf diff --git a/samples/subsys/nvs/boards/siwx917_rb4338a.conf b/samples/subsys/nvs/boards/siwx917_rb4338a.conf new file mode 100644 index 00000000000..74c2d2d9a6a --- /dev/null +++ b/samples/subsys/nvs/boards/siwx917_rb4338a.conf @@ -0,0 +1,3 @@ +CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096 +CONFIG_MAIN_STACK_SIZE=4096 +CONFIG_NVS_INIT_BAD_MEMORY_REGION=y