Skip to content

Commit

Permalink
[Telink] W91 stacks increase
Browse files Browse the repository at this point in the history
Increased NET_MGMT_EVENT_STACK_SIZE by 122 B
and IPC_SERVICE_BACKEND_ICMSG_WQ_STACK_SIZE by 256 B
so that net_mgmt and icmsg_workq stack were used <90%.
Jenkins reported thread analyzer warnings on that.
  • Loading branch information
interfer committed Dec 17, 2024
1 parent fbd8c27 commit 3099e9d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config/telink/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ config HEAP_MEM_POOL_SIZE
default 1280

config COMMON_LIBC_MALLOC_ARENA_SIZE
default 20716 if SOC_SERIES_RISCV_TELINK_B9X_RETENTION
default 16384 if SOC_RISCV_TELINK_TL321X
default 20716 if SOC_SERIES_RISCV_TELINK_B9X_RETENTION
default 16384 if SOC_RISCV_TELINK_TL321X
default 12288

config NET_IPV6_MLD
Expand Down Expand Up @@ -407,7 +407,10 @@ config CHIP_WIFI_CONNECTION_RECOVERY_JITTER
within range [-JITTER; +JITTER].

config NET_MGMT_EVENT_STACK_SIZE
default 1128
default 1250

config IPC_SERVICE_BACKEND_ICMSG_WQ_STACK_SIZE
default 2304 if TELINK_W91_IPC_DISPATCHER

endif # CHIP_WIFI

Expand Down

0 comments on commit 3099e9d

Please sign in to comment.