Skip to content

Commit b0d0614

Browse files
authored
[nrfconnect] Increase thread stack sizes for pigweed configuration (#36878)
This commit further increases the stack sizes when Pigweed logger is enabled. Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
1 parent 3314bc3 commit b0d0614

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

examples/chef/nrfconnect/rpc.overlay

+4-2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ CONFIG_LOG_OUTPUT=y
4949
# Increase zephyr tty rx buffer
5050
CONFIG_CONSOLE_GETCHAR_BUFSIZE=128
5151

52-
# Increase BLE thread stack size
53-
CONFIG_BT_RX_STACK_SIZE=2048
52+
# Increase thread stack sizes
53+
CONFIG_BT_RX_STACK_SIZE=4096
54+
CONFIG_MAIN_STACK_SIZE=8092
55+
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
5456

examples/lighting-app/nrfconnect/rpc.overlay

+4-2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ CONFIG_LOG_OUTPUT=y
4646
# Increase zephyr tty rx buffer
4747
CONFIG_CONSOLE_GETCHAR_BUFSIZE=128
4848

49-
# Increase BLE thread stack size
50-
CONFIG_BT_RX_STACK_SIZE=2048
49+
# Increase thread stack sizes
50+
CONFIG_BT_RX_STACK_SIZE=4096
51+
CONFIG_MAIN_STACK_SIZE=8092
52+
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
5153

0 commit comments

Comments
 (0)