We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13da787 commit 64986cbCopy full SHA for 64986cb
config/telink/chip-module/Kconfig.defaults
@@ -90,6 +90,7 @@ config HEAP_MEM_POOL_SIZE
90
config COMMON_LIBC_MALLOC_ARENA_SIZE
91
default 20716 if SOC_SERIES_RISCV_TELINK_B9X_RETENTION || (SOC_RISCV_TELINK_TL321X && ZEPHYR_VERSION_3_3)
92
default 16384 if SOC_RISCV_TELINK_TL721X || (SOC_RISCV_TELINK_TL321X && !ZEPHYR_VERSION_3_3)
93
+ default 13568 if SOC_RISCV_TELINK_W91
94
default 12288
95
96
config NET_IPV6_MLD
0 commit comments