samples: subsys: nvs fix hard fault when running on stm32 targets

on stm32f091 and stm32g071 nucleo boards
This avoids HARD Fault when reaching the last reboot
Disable the external flash memory of the b_u585i_iot02 target
to end the test properly

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2024-03-22 14:48:50 +01:00 committed by Carles Cufí
parent 87779e73f8
commit 503a3d78d2
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2024 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
&mx25lm51245 {
status = "disabled";
};

View file

@ -0,0 +1 @@
CONFIG_MAIN_STACK_SIZE=2048

View file

@ -0,0 +1 @@
CONFIG_MAIN_STACK_SIZE=2048