Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions samples/subsys/nvs/boards/disco_l475_iot1.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_MAIN_STACK_SIZE=2048
1 change: 1 addition & 0 deletions samples/subsys/nvs/boards/nucleo_f103rb.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_MAIN_STACK_SIZE=2048
4 changes: 2 additions & 2 deletions samples/subsys/nvs/boards/nucleo_f103rb.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
&flash0 {
partitions {
/* Set 3KB of storage at the end of 128KB flash */
storage_partition: partition@1f400 {
storage_partition: partition@1f000 {
label = "storage";
reg = <0x0001f400 DT_SIZE_K(3)>;
reg = <0x0001f000 DT_SIZE_K(4)>;
};
};
};
1 change: 1 addition & 0 deletions samples/subsys/nvs/boards/nucleo_g474re.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_MAIN_STACK_SIZE=2048
1 change: 1 addition & 0 deletions samples/subsys/nvs/boards/nucleo_l152re.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_MAIN_STACK_SIZE=2048
1 change: 1 addition & 0 deletions samples/subsys/nvs/boards/nucleo_wb55rg.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_MAIN_STACK_SIZE=2048
1 change: 1 addition & 0 deletions samples/subsys/nvs/boards/nucleo_wl55jc.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_MAIN_STACK_SIZE=2048
1 change: 1 addition & 0 deletions samples/subsys/nvs/boards/stm32f3_disco.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_MAIN_STACK_SIZE=2048