Skip to content

Commit

Permalink
Merge pull request #351 from s07641069/develop_customer_fix_csma_backoff
Browse files Browse the repository at this point in the history
riscv:telink: add config for csma backoff.
  • Loading branch information
haiwentelink authored Dec 13, 2024
2 parents f37ee0c + 7523c34 commit 3e36bd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/telink/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,13 @@ endchoice
config CHIP_ENABLE_ICD_SUPPORT
default y if CHIP_THREAD_DEVICE_ROLE_SLEEPY_END_DEVICE


config OPENTHREAD_CSMABACKOFF_OPTIMIZATION
bool "Skip the first backoff during sending data request"
depends on CHIP_ENABLE_ICD_SUPPORT
default n if SOC_SERIES_RISCV_TELINK_TLX_RETENTION || SOC_SERIES_RISCV_TELINK_B9X_RETENTION
default n

config OPENTHREAD_THREAD_STACK_SIZE
default 2400 if PM || SOC_RISCV_TELINK_TL321X

Expand Down

0 comments on commit 3e36bd0

Please sign in to comment.