Skip to content

Commit 64986cb

Browse files
interfers07641069
authored andcommitted
[Telink] multi-fabric commissioning fix
Increased COMMON_LIBC_MALLOC_ARENA_SIZE for W91. This fixes ecosystems sharing commissioning. Tested on AppleHome, Tuya and GHA.
1 parent 13da787 commit 64986cb

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)