We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3314bc3 commit b0d0614Copy full SHA for b0d0614
examples/chef/nrfconnect/rpc.overlay
@@ -49,6 +49,8 @@ CONFIG_LOG_OUTPUT=y
49
# Increase zephyr tty rx buffer
50
CONFIG_CONSOLE_GETCHAR_BUFSIZE=128
51
52
-# Increase BLE thread stack size
53
-CONFIG_BT_RX_STACK_SIZE=2048
+# Increase thread stack sizes
+CONFIG_BT_RX_STACK_SIZE=4096
54
+CONFIG_MAIN_STACK_SIZE=8092
55
+CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
56
examples/lighting-app/nrfconnect/rpc.overlay
@@ -46,6 +46,8 @@ CONFIG_LOG_OUTPUT=y
46
47
48
0 commit comments