Skip to content

Commit d250a11

Browse files
Add size report gathering for stm32 (#31566)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 0f31a82 commit d250a11

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/examples-stm32.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,14 @@ jobs:
6262
"./scripts/build/build_examples.py \
6363
--target stm32-STM32WB5MM-DK-light build \
6464
"
65-
65+
66+
- name: Gather size reports
67+
run: |
68+
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
69+
stm32 STM32WB5MM-DK light \
70+
out/stm32-stm32wb5mm-dk-light/chip-stm32-lighting-example.elf \
71+
/tmp/bloat_reports/
72+
6673
- name: Uploading Size Reports
6774
uses: ./.github/actions/upload-size-reports
6875
if: ${{ !env.ACT }}

0 commit comments

Comments
 (0)