Skip to content

Commit

Permalink
Add size report gathering for stm32 (#31566)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
  • Loading branch information
andy31415 and andreilitvin authored Jan 19, 2024
1 parent 0f31a82 commit d250a11
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/examples-stm32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,14 @@ jobs:
"./scripts/build/build_examples.py \
--target stm32-STM32WB5MM-DK-light build \
"
- name: Gather size reports
run: |
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
stm32 STM32WB5MM-DK light \
out/stm32-stm32wb5mm-dk-light/chip-stm32-lighting-example.elf \
/tmp/bloat_reports/
- name: Uploading Size Reports
uses: ./.github/actions/upload-size-reports
if: ${{ !env.ACT }}
Expand Down

0 comments on commit d250a11

Please sign in to comment.