-
Notifications
You must be signed in to change notification settings - Fork 55
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
Implement common traits #111
Comments
@MarcoIeni I ran headfirst into this issue as well. My workaround for now is the following:
Unfortunately, this is not sufficient for my needs for msp430_svd and trying to remove the outdated local copy of It's not possible for me to actually construct peripheral instances at all because the Perhaps provide it behind a feature gate? |
Wow, thank you for the workaround, but I would prefer a proper fix in this repo
See #101 |
117: derive PartialEq for Device r=therealprof a=MarcoIeni Partially solves #111 Co-authored-by: MarcoIeni <[email protected]>
from the api guidelines:
https://rust-lang.github.io/api-guidelines/interoperability.html
Device should implement the following common traits:
The text was updated successfully, but these errors were encountered: