Skip to content

Commit 5118039

Browse files
committed
nicla sense: increase main stack size
This is needed otherwise any basic sketch will not even start
1 parent 61293ec commit 5118039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/arduino_nicla_sense_me_nrf52832/arduino_nicla_sense_me_nrf52832.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CONFIG_LLEXT_STORAGE_WRITABLE=n
2323
CONFIG_SHELL_STACK_SIZE=1024
2424
CONFIG_HEAP_MEM_POOL_SIZE=1024
2525
CONFIG_LLEXT_HEAP_SIZE=15
26-
CONFIG_MAIN_STACK_SIZE=1024
26+
CONFIG_MAIN_STACK_SIZE=2048
2727

2828
CONFIG_BT_RX_STACK_SIZE=1024
2929
CONFIG_BT_HCI_TX_STACK_SIZE=1024

0 commit comments

Comments
 (0)