Skip to content

Commit 5c85970

Browse files
committed
[Telink] Use 4mb flash for B92 till driver sdk update
1 parent 5a3ee97 commit 5c85970

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/examples-telink.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
- name: clean out build output (keep tools)
205205
run: rm -rf ./out/telink*
206206

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
208208
# Run test for master and all PRs
209209
run: |
210210
./scripts/run_in_build_env.sh \
@@ -217,15 +217,15 @@ jobs:
217217
- name: clean out build output
218218
run: rm -rf ./out
219219

220-
- name: Build example Telink (B92) Lock App with DFU
220+
- name: Build example Telink (B92) Lock App with DFU, 4Mb flash
221221
# Run test for master and s07641069 PRs
222222
if: github.event.pull_request.number == null || github.event.pull_request.head.repo.full_name == 's07641069/connectedhomeip'
223223
run: |
224224
./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"
226226
.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 \
229229
/tmp/bloat_reports/
230230
231231
- name: clean out build output

0 commit comments

Comments
 (0)