Skip to content

Commit ba2e6f9

Browse files
s07641069interfer
authored andcommitted
[Telink] multi-fabric commissioning fix (project-chip#37865)
Increased COMMON_LIBC_MALLOC_ARENA_SIZE for W91. This fixes ecosystems sharing commissioning. Tested on AppleHome, Tuya and GHA. Co-authored-by: interfer <diman1436@gmail.com>
1 parent c95adfe commit ba2e6f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/telink/chip-module/Kconfig.defaults

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ config HEAP_MEM_POOL_SIZE
9090
config COMMON_LIBC_MALLOC_ARENA_SIZE
9191
default 20716 if SOC_SERIES_RISCV_TELINK_B9X_RETENTION || (SOC_RISCV_TELINK_TL321X && ZEPHYR_VERSION_3_3)
9292
default 16384 if SOC_RISCV_TELINK_TL721X || (SOC_RISCV_TELINK_TL321X && !ZEPHYR_VERSION_3_3)
93+
default 13568 if SOC_RISCV_TELINK_W91
9394
default 12288
9495

9596
config NET_IPV6_MLD

0 commit comments

Comments
 (0)