Skip to content

Commit

Permalink
Update builds to consider low power already removing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Oct 11, 2024
1 parent 8e8e1a3 commit 10ecddb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/examples-nxp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
--target nxp-k32w0-freertos-lighting-log-progress-factory \
--target nxp-k32w0-freertos-lighting-log-progress-rotating-id \
--target nxp-k32w0-freertos-contact-sensor-log-progress \
--target nxp-k32w0-freertos-contact-sensor-log-progress-low-power \
--target nxp-k32w0-freertos-contact-sensor-log-progress-low-power-factory \
--target nxp-k32w0-freertos-contact-sensor-low-power \
--target nxp-k32w0-freertos-contact-sensor-low-power-factory \
build \
--copy-artifacts-to out/artifacts \
"
Expand All @@ -80,7 +80,7 @@ jobs:
run: |
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
nxp k32w0+release contact \
out/artifacts/nxp-k32w0-freertos-contact-sensor-log-progress-low-power/chip-k32w0x-contact-example.elf \
out/artifacts/nxp-k32w0-freertos-contact-sensor-low-power/chip-k32w0x-contact-example.elf \
/tmp/bloat_reports/
- name: Uploading Size Reports
uses: ./.github/actions/upload-size-reports
Expand Down

0 comments on commit 10ecddb

Please sign in to comment.