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

Updating documentation, refactoring reflected power interlock threshold #113

Merged
merged 5 commits into from
Jan 6, 2021

Conversation

ryan-summers
Copy link
Member

@ryan-summers ryan-summers commented Jan 4, 2021

This PR removes the configurability of the reflected power interlock threshold in favor of a static configuration of 1W reflected power to protect booster hardware. Additionally, this PR updates documentation and updates the CI to archive generated release artifacts for master and develop.

TODO:

  • Test on Booster hardware
  • Attempt to update output power threshold with the Python script

This PR fixes #104
This PR fixes #109
This PR fixes #106

Copy link
Member

@jordens jordens left a comment

Choose a reason for hiding this comment

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

Minor things.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Co-authored-by: Robert Jördens <rj@quartiq.de>
uses: actions/upload-artifact@v2
if: ${{ matrix.toolchain == 'stable' }} &&
(${{ github.ref == 'refs/heads/master' }} ||
${{ github.ref == 'refs/heads/develop' }})
Copy link
Member Author

Choose a reason for hiding this comment

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

This seems to still upload artifacts even for PRs into develop, so this may need a revisit.

Copy link
Member

Choose a reason for hiding this comment

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

I think this is OK for now. We can restrict it once it becomes too much.

@jordens jordens self-requested a review January 4, 2021 15:36
@ryan-summers ryan-summers merged commit c0a3ccd into develop Jan 6, 2021
@ryan-summers ryan-summers deleted the feature/cleanup branch January 6, 2021 08:59
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.

reflected power interlock document properties readme typo
2 participants