Skip to content

Commit be06d8f

Browse files
committed
loader: nano33ble: fix debug builds
1 parent ab38ad6 commit be06d8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

loader/boards/arduino_nano_33_ble_sense.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ CONFIG_ADC=y
3333
CONFIG_PWM=y
3434

3535
CONFIG_LLEXT_STORAGE_WRITABLE=n
36-
CONFIG_SHELL_STACK_SIZE=1024
37-
CONFIG_HEAP_MEM_POOL_SIZE=32000
36+
CONFIG_SHELL_STACK_SIZE=2048
37+
CONFIG_HEAP_MEM_POOL_SIZE=16384
3838
CONFIG_LLEXT_HEAP_SIZE=96
39-
CONFIG_MAIN_STACK_SIZE=64768
39+
CONFIG_MAIN_STACK_SIZE=16384
4040

4141
CONFIG_BT_RX_STACK_SIZE=4096
4242
CONFIG_BT_HCI_TX_STACK_SIZE=4096

0 commit comments

Comments
 (0)