Draft
Conversation
feat: broadcast_write to arrays feat: broadcast_write to regfiles refactor: simplified broadcast scanner refactor: simplified broadcasters for target refactor: simplified broadcasters for target using inst instead of path refactor: improved broadcasters for target for arrays test: add test_broadcast_regfiles fix: remove field_storage for broadcaster refactor: simplify broadcast address decoding logic fix: remove decoding strobe for broadcasters fix: interaction between CPU error response and broadcast refactor: minor clean-up or broadcast UDP validation refactor: rename broadcast_write UDP to broadcast, since it supports read refactor: move a section of the template back to where it belongs lint: pylint fixes lint: mypy fixes refactor: remove unnecessary expand_target function
a71617e to
3ee1a4e
Compare
Contributor
Author
|
Just squashed everything into one commit to make it easier to revert in the future on my local fork. |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of change
I've given a shot at the broadcast feature (#37). It's far from a perfect, but I'm hoping it gets the ball rolling, and I might use it in our next project.
What I like in this version:
What I don't like:
Checklist