-
Notifications
You must be signed in to change notification settings - Fork 28
add: Mock SPI errors #131
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
base: main
Are you sure you want to change the base?
add: Mock SPI errors #131
Conversation
|
I stumbled across the same problem today and was quite pleased to this was already implemented. As a disclaimer: I got general embedded experience but in terms of idomatic rust I am quite a beginner. Still I reviewed your implementation and the tests. From my POV this looks good and I would have implemented it equally. Would like to see this upstream |
simonsso
left a comment
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.
I think this looks good, same kind of implementations as used in I2C.
|
Ok then all we need is @dbrgn to get some time and merge this. |
|
It's been pending admin review for over half a year. I'm not holding my breathe. Instead, I've been using this from my fork's dev branch (cherry picked commits from this branch and another PR also pending review). |
Yes I saw that. |
resolves #128
Please review diligently as I'm not overly familiar with this crate's code.