Skip to content

Commit

Permalink
[Telink] Update tl721x default Kconfig
Browse files Browse the repository at this point in the history
- update the default values for BT_RX_STACK_SIZE and COMMON_LIBC_MALLOC_ARENA_SIZE for TL721X

Signed-off-by: Jinmiao Yu <jinmiao.yu@telink-semi.com>
  • Loading branch information
s07641069 committed Dec 30, 2024
1 parent cbdf34c commit 9c883cc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions config/telink/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ config HEAP_MEM_POOL_SIZE

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

config NET_IPV6_MLD
Expand Down Expand Up @@ -160,13 +160,11 @@ config BT_GATT_CACHING
default n

config BT_RX_STACK_SIZE
default 1352 if BT_B9X
default 1010 if BT_TLX
default 1352 if BT_B9X || BT_TLX
default 2048 if BT_W91

config BT_HCI_TX_STACK_SIZE
default 640 if BT_B9X
default 640 if BT_TLX
default 640 if BT_B9X || BT_TLX
default 2048 if BT_W91

config BT_DEVICE_NAME_GATT_WRITABLE
Expand Down

0 comments on commit 9c883cc

Please sign in to comment.