Skip to content

Commit 861c4aa

Browse files
committed
loader/boards/arduino_giga_r1_m7: Reduce stack size.
Signed-off-by: iabdalkader <[email protected]>
1 parent c9def08 commit 861c4aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: loader/boards/arduino_giga_r1_m7.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ CONFIG_CDC_ACM_DTE_RATE_CALLBACK_SUPPORT=y
1111

1212
CONFIG_LLEXT_STORAGE_WRITABLE=n
1313
CONFIG_HEAP_MEM_POOL_SIZE=2048
14-
CONFIG_SHELL_STACK_SIZE=32768
15-
CONFIG_MAIN_STACK_SIZE=32768
14+
CONFIG_SHELL_STACK_SIZE=8192
15+
CONFIG_MAIN_STACK_SIZE=8192
1616
CONFIG_LLEXT_HEAP_SIZE=128
1717

1818
CONFIG_FPU=y

0 commit comments

Comments
 (0)