Skip to content

Commit 3c8919e

Browse files
[nrf toup] [nrfconnect] Increase workqueue stack size for LIT
Whien LIT is enabled, higher workqueue stack size is required when entering active mode. Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
1 parent be30c50 commit 3c8919e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/nrfconnect/chip-module/Kconfig.defaults

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ config INIT_STACKS
5151

5252
config SYSTEM_WORKQUEUE_STACK_SIZE
5353
default 2560 if CHIP_WIFI
54+
default 1536 if CHIP_ICD_LIT_SUPPORT
5455

5556
config HEAP_MEM_POOL_SIZE
5657
default 80000 if CHIP_WIFI

0 commit comments

Comments
 (0)