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 ad2bf80 commit 28e6775
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config/telink/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ config HEAP_MEM_POOL_SIZE
default 1280

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

config NET_IPV6_MLD
Expand Down Expand Up @@ -162,13 +162,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 28e6775

Please sign in to comment.