-
Notifications
You must be signed in to change notification settings - Fork 233
Approve proven traits #90
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
Comments
Theoretically, there should be an open issue for each unproven trait, with tags to describe what's missing. See the unproven-api tag. I'm planning to go through all those issues and update the tags, but given my time budget for embedded-hal, that might take a while :) It would also be great if someone could make sure that each unproven trait is covered by an open issue. |
I went through the repository and looked for all unproven traits. All points without a checkmark don't have their own unproven issue yet.
Missing implementations:
Unproven Traits without issue:
Should we open new issues for these? And maybe close a few of the old issues referenced in the last part? |
Thank you!
No idea.
I removed the tags.
Did you find drivers using Qei and Pwn?
Yes, opening issues for those is probably a good idea. If you want to do that, that would be very appreciated! If you need someone with permissions to close issues or add tags, feel free to ping me and tell me what to do. I don't have much time for deep-thinking work right now, but I should be able to find a minute here or there to follow simple instructions :) |
I would like to write a driver for PCA9585 and/or TLC5947 using the PWM traits some time soon. |
Follow up: I did write a driver for the PCA9685 driver I could not implement either of the PWM traits because all the methods are infallible. I did not feel like starting another |
As of the recent hal-team discussion and |
I would suspect that there're a lot of candidates where the requirements for being a proven trait are now fulfilled. It would be great if we could collect a list of implementations to remove the
unproven
gate.The text was updated successfully, but these errors were encountered: