File tree 3 files changed +4
-4
lines changed
config/telink/chip-module
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
platform : telink
112
112
- name : Update Zephyr to specific revision (for developers purpose)
113
113
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 "
115
115
- name : CI Examples Telink
116
116
shell : bash
117
117
run : |
Original file line number Diff line number Diff line change 58
58
gh-context : ${{ toJson(github) }}
59
59
60
60
- 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 "
62
62
63
63
- name : Build example Telink (B92 retention) Air Quality Sensor App
64
64
# Run test for master and s07641069 PRs
Original file line number Diff line number Diff line change @@ -304,11 +304,11 @@ config CHIP_ENABLE_ICD_SUPPORT
304
304
default y if CHIP_THREAD_DEVICE_ROLE_SLEEPY_END_DEVICE
305
305
306
306
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 "
308
308
depends on CHIP_ENABLE_ICD_SUPPORT
309
309
default n
310
310
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.
312
312
313
313
config IEEE802154_TLX_OPTIMIZATION
314
314
bool "Optimize 802.15.4 RF performance for TLX SoCs"
You can’t perform that action at this time.
0 commit comments