Skip to content

Dev#11

Merged
IJIJI merged 8 commits into
mainfrom
dev
May 25, 2026
Merged

Dev#11
IJIJI merged 8 commits into
mainfrom
dev

Conversation

@IJIJI

@IJIJI IJIJI commented May 25, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings May 25, 2026 15:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project documentation with a new “Hardware TODO” section and adjusts the GitHub Actions release workflow to build and publish a single merged firmware binary per discovered device under satelites/.

Changes:

  • Added WIP hardware descriptions to README.md under a new “Hardware TODO” section.
  • Updated release.yml to (a) discover device projects by scanning satelites/*/*/CMakeLists.txt, (b) build + idf.py merge-bin, and (c) upload .bin firmware artifacts (with fail-fast: false).

Reviewed changes

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

File Description
README.md Adds new hardware WIP/TODO documentation entries (currently includes placeholder/broken links).
.github/workflows/release.yml Changes release pipeline to discover devices dynamically and publish merged .bin firmware artifacts.
Comments suppressed due to low confidence (1)

.github/workflows/release.yml:69

  • The artifact/release filename uses VERSION derived from env.TARGET_BRANCH (via github.ref_name). Branch names can legally contain / (e.g., feature/foo), which would produce an invalid path like ...-feature/foo.bin and cause the cp/upload steps to fail. Consider sanitizing VERSION (e.g., replace / with -) before building NAME for filenames.
          VERSION="${{ github.event.release.tag_name || env.TARGET_BRANCH }}"
          NAME="${{ matrix.name }}-${VERSION}"
          cp "${{ matrix.path }}/build/merged.bin" "$GITHUB_WORKSPACE/${NAME}.bin"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@IJIJI
IJIJI merged commit 66848f1 into main May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants