Skip to content

Commit

Permalink
nrf_rpc: protocol_serialization: Increase stack size for nrfrpc.
Browse files Browse the repository at this point in the history
Increase stack size for nRF54l in protocol serialization server.
Currently crypto operations take over 5KiB to compleate.

Signed-off-by: Przemyslaw Bida <przemyslaw.bida@nordicsemi.no>
  • Loading branch information
canisLupus1313 authored and rlubos committed Aug 1, 2024
1 parent ff8b0c1 commit 74079bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
CONFIG_MAIN_STACK_SIZE=4196
CONFIG_NRF_RPC_THREAD_STACK_SIZE=6144
2 changes: 0 additions & 2 deletions applications/protocols_serialization/snippets/ble/ble.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2144

# Enable and configure Bluetooth LE
CONFIG_BT=y
CONFIG_BT_RPC=y
Expand Down

0 comments on commit 74079bf

Please sign in to comment.