Skip to content

Commit dfabb0e

Browse files
committed
[Telink] Increase LIBC size for tl7218x_retention
- increase COMMON_LIBC_MALLOC_ARENA_SIZE from 16kB to 20kB for tl7218x_retention to avoid overflow issue. - improve configs description. Signed-off-by: Damien Ji <yinghao.ji@telink-semi.com>
1 parent 61263b0 commit dfabb0e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config/telink/chip-module/Kconfig.defaults

+5-3
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ config HEAP_MEM_POOL_SIZE
9090
config COMMON_LIBC_MALLOC_ARENA_SIZE
9191
default 20716 if SOC_SERIES_RISCV_TELINK_B9X_RETENTION || \
9292
(SOC_RISCV_TELINK_TL321X && ZEPHYR_VERSION_3_3) || \
93-
(SOC_RISCV_TELINK_TL721X && SOC_SERIES_RISCV_TELINK_TLX_RETENTION && ZEPHYR_VERSION_3_3)
93+
(SOC_RISCV_TELINK_TL721X && SOC_SERIES_RISCV_TELINK_TLX_RETENTION)
9494
default 16384 if SOC_RISCV_TELINK_TL721X || (SOC_RISCV_TELINK_TL321X && !ZEPHYR_VERSION_3_3)
9595
default 12288
9696

@@ -307,12 +307,14 @@ config OPENTHREAD_CSMABACKOFF_OPTIMIZATION
307307
bool "Skip the first backoff during sending data request"
308308
depends on CHIP_ENABLE_ICD_SUPPORT
309309
default n
310+
help
311+
Help save idle time during IEEE 802.15.4 communication
310312

311313
config IEEE802154_TLX_OPTIMIZATION
312-
bool "optimize the rf performance for tlx"
314+
bool "Optimize 802.15.4 RF performance for TLX SoCs"
313315
default n
314316
help
315-
optimize the rf performance for tlx.
317+
Improve RF performance in IEEE 802.15.4 communication on TLX SoCs.
316318

317319
config OPENTHREAD_THREAD_STACK_SIZE
318320
default 2400 if PM || SOC_RISCV_TELINK_TL321X

0 commit comments

Comments
 (0)