@@ -204,7 +204,7 @@ jobs:
204
204
- name : clean out build output (keep tools)
205
205
run : rm -rf ./out/telink*
206
206
207
- - name : Build example Telink (B92) Light Switch App with OTA (LZMA), Shell, Factory Data
207
+ - name : Build example Telink (B92) Light Switch App with OTA (LZMA), Shell, Factory Data, 4Mb flash
208
208
# Run test for master and all PRs
209
209
run : |
210
210
./scripts/run_in_build_env.sh \
@@ -217,15 +217,15 @@ jobs:
217
217
- name : clean out build output
218
218
run : rm -rf ./out
219
219
220
- - name : Build example Telink (B92) Lock App with DFU
220
+ - name : Build example Telink (B92) Lock App with DFU, 4Mb flash
221
221
# Run test for master and s07641069 PRs
222
222
if : github.event.pull_request.number == null || github.event.pull_request.head.repo.full_name == 's07641069/connectedhomeip'
223
223
run : |
224
224
./scripts/run_in_build_env.sh \
225
- "./scripts/build/build_examples.py --target 'telink-tlsr9528a-lock-dfu' build"
225
+ "./scripts/build/build_examples.py --target 'telink-tlsr9528a-lock-dfu-4mb ' build"
226
226
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
227
- telink tlsr9528a lock-app-dfu \
228
- out/telink-tlsr9528a-lock-dfu/zephyr/zephyr.elf \
227
+ telink tlsr9528a lock-app-dfu-4mb \
228
+ out/telink-tlsr9528a-lock-dfu-4mb /zephyr/zephyr.elf \
229
229
/tmp/bloat_reports/
230
230
231
231
- name : clean out build output
0 commit comments