Skip to content

Commit

Permalink
[nrfconnect] Increase thread stack sizes for pigweed configuration (p…
Browse files Browse the repository at this point in the history
…roject-chip#36878)

This commit further increases the stack sizes when Pigweed logger is enabled.

Signed-off-by: Łukasz Duda <[email protected]>
  • Loading branch information
LuDuda authored Dec 18, 2024
1 parent 3314bc3 commit b0d0614
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions examples/chef/nrfconnect/rpc.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ CONFIG_LOG_OUTPUT=y
# Increase zephyr tty rx buffer
CONFIG_CONSOLE_GETCHAR_BUFSIZE=128

# Increase BLE thread stack size
CONFIG_BT_RX_STACK_SIZE=2048
# Increase thread stack sizes
CONFIG_BT_RX_STACK_SIZE=4096
CONFIG_MAIN_STACK_SIZE=8092
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048

6 changes: 4 additions & 2 deletions examples/lighting-app/nrfconnect/rpc.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ CONFIG_LOG_OUTPUT=y
# Increase zephyr tty rx buffer
CONFIG_CONSOLE_GETCHAR_BUFSIZE=128

# Increase BLE thread stack size
CONFIG_BT_RX_STACK_SIZE=2048
# Increase thread stack sizes
CONFIG_BT_RX_STACK_SIZE=4096
CONFIG_MAIN_STACK_SIZE=8092
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048

0 comments on commit b0d0614

Please sign in to comment.