Skip to content

Commit a92f67b

Browse files
m-alperen-senerrlubos
authored andcommitted
samples: bluetooth: mesh: Increase SHELL_STACK_SIZE for dfu distributor
nRF54L10 and nRF54L15 requires more stack size in order to handle DFU target firmware update session through RTT shell interface. Signed-off-by: alperen sener <[email protected]>
1 parent 07007d2 commit a92f67b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

samples/bluetooth/mesh/dfu/distributor/boards/nrf54l15dk_nrf54l10_cpuapp.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ CONFIG_SETTINGS_ZMS_NAME_CACHE_SIZE=512
1919
CONFIG_ZMS_LOOKUP_CACHE_FOR_SETTINGS=y
2020
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
2121
CONFIG_BT_RX_STACK_SIZE=5120
22+
CONFIG_SHELL_STACK_SIZE=2560

samples/bluetooth/mesh/dfu/distributor/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ CONFIG_SETTINGS_ZMS_NAME_CACHE_SIZE=512
1919
CONFIG_ZMS_LOOKUP_CACHE_FOR_SETTINGS=y
2020
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
2121
CONFIG_BT_RX_STACK_SIZE=5120
22+
CONFIG_SHELL_STACK_SIZE=2560

0 commit comments

Comments
 (0)