-
Notifications
You must be signed in to change notification settings - Fork 193
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
applet.control.servo: modify to use port groups #634
applet.control.servo: modify to use port groups #634
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good other than style differences (which I've pointed out in the comments).
For the servo applet, I think you can test it with glasgow repl
and a scope.
This PR breaks tests (you need to remove the first Once you do that, please squash the commits (you can use the "fixup" rebase command to discard their useless messages) and we're good to go! |
7e2f129
to
e138345
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Your commit message actually ended up having some unrelated junk in it. Although not a huge issue in this case, we try to keep the git history readable and free of autogenerated noise that can end up in it if you use e.g. GitHub's web interface. Could you remove it please? |
e138345
to
a7a43cb
Compare
Thanks for all the updates! |
Part of #599.
This one seems straightforward. I tested that it builds for revC3 with no errors, with and without a
--pin-out
argument.