Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versioning over CAN #143

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Versioning over CAN #143

wants to merge 1 commit into from

Conversation

jr1221
Copy link
Contributor

@jr1221 jr1221 commented Aug 11, 2024

Changes

Adds YAML which receives versioning info over CAN from each firmware device.

Notes

Requires implementation in Cerb and shep.

Test Cases

  • Shep and cerb send correct versions to calypso

To Do

Any remaining things that need to get done

  • copy to shep once people agree on it

Checklist

It can be helpful to check the Checks and Files changed tabs.
Please reach out to your Project Lead if anything is unclear.
Please request reviewers and ping on slack only after you've gone through this whole checklist.

  • [lol why] All commits are tagged with the ticket number
  • No merge conflicts
  • All checks passing
  • Remove any non-applicable sections of this template
  • Assign the PR to yourself
  • Request reviewers & ping on Slack
  • PR is linked to the ticket (fill in the closes line below)

Closes # (issue #)

@jr1221 jr1221 self-assigned this Aug 11, 2024
@jr1221
Copy link
Contributor Author

jr1221 commented Sep 19, 2024

1 bit --> 0, or [ -z "$(git status --porcelain)" ] -- whether the working tree is dirty = whether someone edited code (1=edited)
1 bit --> 0, or git merge-base --is-ancestor HEAD @{u} (status code) -- whether the latest commit has been pushed to the remote = whether someone pushed a recent commit (1=not pushed)

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.

1 participant