Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
cnanoleaf authored Jan 19, 2024
2 parents a236e3a + d250a11 commit 96e31f4
Show file tree
Hide file tree
Showing 24 changed files with 3,638 additions and 61 deletions.
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
Loading

0 comments on commit 96e31f4

Please sign in to comment.