Skip to content
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

Unable to get gpio-cdev feature working on v0.3.0 #64

Closed
CSRaghunandan opened this issue Sep 20, 2021 · 3 comments
Closed

Unable to get gpio-cdev feature working on v0.3.0 #64

CSRaghunandan opened this issue Sep 20, 2021 · 3 comments

Comments

@CSRaghunandan
Copy link

As the title suggests, v0.3.0 of linux-embedded-hal does not have gpio-cdev feature, but it is claimed to have in the documentaiton.

@ryankurte
Copy link
Contributor

huh, it looks like it's in the v0.3.x branch, but not in release v0.3.0, we could probably stand to point release that. you might like to patch to linux-embedded-hal = { git = "https://github.com/rust-embedded/linux-embedded-hal", branch = "v0.3.x" } to see if that works as expected in the interim.

@CSRaghunandan
Copy link
Author

I see. Yeah, you guys can make a point release with the cdev feature enabled.

Until then, I can use the code from 0.3.x branch.

bors bot added a commit that referenced this issue Sep 27, 2021
66: Updates for v0.3.x r=ryankurte a=eldruin

Fixes #64 

Co-authored-by: Diego Barrios Romero <[email protected]>
@posborne
Copy link
Member

posborne commented Oct 6, 2021

Fixed by #66

@posborne posborne closed this as completed Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants