Skip to content

Commit

Permalink
[nrf toup] [nrfconnect] Increase workqueue stack size for LIT
Browse files Browse the repository at this point in the history
Whien LIT is enabled, higher workqueue stack size is required
when entering active mode.

Signed-off-by: Maciej Baczmanski <[email protected]>
  • Loading branch information
maciejbaczmanski committed Sep 13, 2024
1 parent be30c50 commit 3c8919e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ config INIT_STACKS

config SYSTEM_WORKQUEUE_STACK_SIZE
default 2560 if CHIP_WIFI
default 1536 if CHIP_ICD_LIT_SUPPORT

config HEAP_MEM_POOL_SIZE
default 80000 if CHIP_WIFI
Expand Down

0 comments on commit 3c8919e

Please sign in to comment.