Change membrowse target to board/target and clean up workflow#3497
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 441b667e6b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Pull request overview
Updates Membrowse reporting identifiers and adjusts CI workflow behavior for Membrowse uploads.
Changes:
- Changed the Membrowse
--target-nameused when uploading an--identicalreport. - Removed
continue-on-errorfrom the “Membrowse Upload” step in the reusable build workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| hw/bsp/family_support.cmake | Updates the Membrowse CLI --target-name for the no-ELF (--identical) upload path. |
| .github/workflows/build_util.yml | Makes Membrowse uploads non-best-effort by removing continue-on-error. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
441b667 to
d2ed1f4
Compare
…-on-error directive fix defsym can be followed by = or ,
d2ed1f4 to
a6d4c6d
Compare
Size Difference ReportBecause TinyUSB code size varies by port and configuration, the metrics below represent the averaged totals across all example builds. Note: If there is no change, only one value is shown. Changes >1% in sizeNo entries. Changes <1% in sizeNo entries. No changes
|
Updated the membrowse target from
boardtoboard/targetand removed the redundantcontinue-on-errordirective from the workflow file. No additional changes were made.