-
Notifications
You must be signed in to change notification settings - Fork 221
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
Change reference implementation to something more maintained #156
Comments
@TheZoq2 Which docs? Can you do a PR with the fix? |
I guess I should have clarified that :P. The main page of the docs on docs.rs https://docs.rs/embedded-hal/0.2.3/embedded_hal/#reference-implementation I'll gladly do a PR, but i'm not sure what to replace it with. Is there still such a thing as a reference implementation? Perhaps we could link to the HAL section of awesome-embedded-rust instead |
Good question. @jamesmunns can we stick this on the agenda for Tuesday? Personally, I think there should be a reference implementation - perhaps for lm3s811evb or lm3s6965evb emulated by QEMU. |
@thejpster you probably want to ping @therealprof this week, I will likely not be there this week (same with the other issues you tagged). |
I can rewrite this part of examples and remove not common code. Btw now I creating new |
I noticed this today as well. I went back and found the wg minutes. https://github.com/rust-embedded/wg/blob/master/minutes/2019-10-29.md |
Looks like this is even more wrong in the |
Linking to #177 |
170: Remove unsupported examples for hal r=eldruin a=no111u3 Remove stm32f3 hal implementation as dependency and it's examples from runned doc tests. Following the #156 Co-authored-by: Boris Vinogradov <[email protected]>
Now the |
The reference to |
While scrolling through the docs tooday, I noticed the line
As far as I can tell, this crate hasn't been updated in two years, and is kind of superseded by the stm32-rs maintained version.
Therefore I think it would make sense to switch the reference implementation to something else, or to remove the line completely.
The text was updated successfully, but these errors were encountered: