Skip to content

Commit d1fec50

Browse files
maje-embrlubos
authored andcommitted
samples: bluetooth: peripheral_lbs: Fix the minimal configuration
This change increases the size of the sysworkq stack for the minimal configuration. This prevents stack overflow during CCC changes when the device is bound. Ref: NCSDK-15608 Signed-off-by: Marcin Jelinski <marcin.jelinski@nordicsemi.no>
1 parent 067bcd0 commit d1fec50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/bluetooth/peripheral_lbs/prj_minimal.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ CONFIG_ARM_MPU=n
7272
CONFIG_BT_RX_STACK_SIZE=1024
7373
CONFIG_BT_HCI_TX_STACK_SIZE_WITH_PROMPT=y
7474
CONFIG_BT_HCI_TX_STACK_SIZE=640
75-
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
75+
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1536
7676
CONFIG_MPSL_WORK_STACK_SIZE=640
7777
CONFIG_MAIN_STACK_SIZE=1024
7878
CONFIG_IDLE_STACK_SIZE=128

0 commit comments

Comments
 (0)