Skip to content

Commit 5f5ce5a

Browse files
authored
Merge pull request arduino#285 from pennam/nicla-stack-fix
nicla sense: increase main stack size
2 parents a2266c0 + 5118039 commit 5f5ce5a

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)