File tree 3 files changed +5
-5
lines changed
config/telink/chip-module
3 files changed +5
-5
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 c932a121fa785e02a57c80b80a494ad75f728a29 "
114
+ run : scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 5ff3abf83ebab922b7c880fccb1fa04d0d137e9f "
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 b6355f59ed78a1a735e9c4c97434ec95f4a27c0a "
61
+ run : scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 5ff3abf83ebab922b7c880fccb1fa04d0d137e9f "
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 @@ -218,15 +218,15 @@ config PWM
218
218
219
219
endif
220
220
221
- if BOARD_TL7218X_RETENTION || BOARD_TL3218X_RETENTION
221
+ if BOARD_TL7218X_RETENTION || BOARD_TL3218X_RETENTION || BOARD_TL3218X
222
222
config SOC_SERIES_RISCV_TELINK_TLX_NON_RETENTION_RAM_CODE
223
223
default n if PM
224
224
225
225
config TELINK_TLX_MATTER_RETENTION_LAYOUT
226
- default y if PM
226
+ default y if PM || BOARD_TL3218X
227
227
228
228
config PWM
229
- default n
229
+ default n if PM
230
230
231
231
endif
232
232
You can’t perform that action at this time.
0 commit comments