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 <[email protected]>
  • Loading branch information
jinmiaoyu authored and s07641069 committed Dec 30, 2024
1 parent b06d7b6 commit 38606d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/telink/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ config HEAP_MEM_POOL_SIZE

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

config NET_IPV6_MLD
Expand Down Expand Up @@ -166,7 +167,7 @@ config BT_GATT_CACHING

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

config BT_HCI_TX_STACK_SIZE
Expand Down

0 comments on commit 38606d3

Please sign in to comment.