36
36
if : github.actor != 'restyled-io[bot]'
37
37
38
38
container :
39
- image : ghcr.io/project-chip/chip-build-telink:32
39
+ image : ghcr.io/project-chip/chip-build-telink:35
40
40
volumes :
41
41
- " /tmp/bloat_reports:/tmp/bloat_reports"
42
42
55
55
gh-context : ${{ toJson(github) }}
56
56
57
57
# - name: Update Zephyr to specific revision (for developers purpose)
58
- # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py e6a32f41ccec55c2233631406842b71ff270089d "
58
+ # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py b5c8028ec94f3efa69decff3a09f0d6f8a21fd6d "
59
59
60
60
- name : Build example Telink (B92 retention) Air Quality Sensor App
61
61
run : |
@@ -175,13 +175,13 @@ jobs:
175
175
- name : clean out build output
176
176
run : rm -rf ./out
177
177
178
- - name : Build example Telink (B92 ) Pump App
178
+ - name : Build example Telink (B95 retention ) Pump App
179
179
run : |
180
180
./scripts/run_in_build_env.sh \
181
- "./scripts/build/build_examples.py --target 'telink-tlsr9528a -pump' build"
181
+ "./scripts/build/build_examples.py --target 'telink-tlsr9258a_retention -pump' build"
182
182
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
183
- telink tlsr9528a pump-app \
184
- out/telink-tlsr9528a -pump/zephyr/zephyr.elf \
183
+ telink tlsr9258a_retention pump-app \
184
+ out/telink-tlsr9258a_retention -pump/zephyr/zephyr.elf \
185
185
/tmp/bloat_reports/
186
186
187
187
- name : clean out build output
@@ -199,9 +199,6 @@ jobs:
199
199
- name : clean out build output
200
200
run : rm -rf ./out
201
201
202
- - name : clean out build output
203
- run : rm -rf ./out
204
-
205
202
- name : Build example Telink (B91) Shell App
206
203
run : |
207
204
./scripts/run_in_build_env.sh \
@@ -250,13 +247,13 @@ jobs:
250
247
- name : clean out build output
251
248
run : rm -rf ./out
252
249
253
- - name : Build example Telink (B91 ) Window Covering App
250
+ - name : Build example Telink (B95 ) Window Covering App
254
251
run : |
255
252
./scripts/run_in_build_env.sh \
256
- "./scripts/build/build_examples.py --target 'telink-tlsr9518adk80d -window-covering' build"
253
+ "./scripts/build/build_examples.py --target 'telink-tlsr9258a -window-covering' build"
257
254
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
258
- telink tlsr9518adk80d window-covering \
259
- out/telink-tlsr9518adk80d -window-covering/zephyr/zephyr.elf \
255
+ telink tlsr9258a window-covering \
256
+ out/telink-tlsr9258a -window-covering/zephyr/zephyr.elf \
260
257
/tmp/bloat_reports/
261
258
262
259
- name : clean out build output
0 commit comments