Skip to content

Commit 1cf5186

Browse files
committed
[Telink] Update config description and zephyr revision
- update OPENTHREAD_CSMABACKOFF_OPTIMIZATION description - update zephyr revision Signed-off-by: Damien Ji <yinghao.ji@telink-semi.com>
1 parent dfabb0e commit 1cf5186

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/chef.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
platform: telink
112112
- name: Update Zephyr to specific revision (for developers purpose)
113113
shell: bash
114-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py b8320f9853c629f627389ed87eb16149d1e05a5c"
114+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py e8f404c8dd3ddca76e862fbfd395f2b38fabc8b5"
115115
- name: CI Examples Telink
116116
shell: bash
117117
run: |

.github/workflows/examples-telink.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
gh-context: ${{ toJson(github) }}
5959

6060
- name: Update Zephyr to specific revision (for developers purpose)
61-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py b8320f9853c629f627389ed87eb16149d1e05a5c"
61+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py e8f404c8dd3ddca76e862fbfd395f2b38fabc8b5"
6262

6363
- name: Build example Telink (B92 retention) Air Quality Sensor App
6464
# Run test for master and s07641069 PRs

config/telink/chip-module/Kconfig.defaults

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,11 @@ config CHIP_ENABLE_ICD_SUPPORT
304304
default y if CHIP_THREAD_DEVICE_ROLE_SLEEPY_END_DEVICE
305305

306306
config OPENTHREAD_CSMABACKOFF_OPTIMIZATION
307-
bool "Skip the first backoff during sending data request"
307+
bool "Skip initial CSMA-CA backoff when sending data requests"
308308
depends on CHIP_ENABLE_ICD_SUPPORT
309309
default n
310310
help
311-
Help save idle time during IEEE 802.15.4 communication
311+
Skip the first CSMA backoff period when sending data requests over IEEE 802.15.4.
312312

313313
config IEEE802154_TLX_OPTIMIZATION
314314
bool "Optimize 802.15.4 RF performance for TLX SoCs"

0 commit comments

Comments
 (0)