Skip to content

Commit

Permalink
Add size report gathering for stm32
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Jan 19, 2024
1 parent 4d33155 commit f9df43d
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 f9df43d

Please sign in to comment.