We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab38ad6 commit be06d8fCopy full SHA for be06d8f
loader/boards/arduino_nano_33_ble_sense.conf
@@ -33,10 +33,10 @@ CONFIG_ADC=y
33
CONFIG_PWM=y
34
35
CONFIG_LLEXT_STORAGE_WRITABLE=n
36
-CONFIG_SHELL_STACK_SIZE=1024
37
-CONFIG_HEAP_MEM_POOL_SIZE=32000
+CONFIG_SHELL_STACK_SIZE=2048
+CONFIG_HEAP_MEM_POOL_SIZE=16384
38
CONFIG_LLEXT_HEAP_SIZE=96
39
-CONFIG_MAIN_STACK_SIZE=64768
+CONFIG_MAIN_STACK_SIZE=16384
40
41
CONFIG_BT_RX_STACK_SIZE=4096
42
CONFIG_BT_HCI_TX_STACK_SIZE=4096
0 commit comments