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

InputPin not implemented for PA0 (and probably others) #35

Open
leshow opened this issue Sep 12, 2019 · 3 comments
Open

InputPin not implemented for PA0 (and probably others) #35

leshow opened this issue Sep 12, 2019 · 3 comments

Comments

@leshow
Copy link

leshow commented Sep 12, 2019

I was told on the embedded rust matrix chat that this crate is no longer used with the advent of stm32f3xx_hal, so I've used that crate instead to get around the issue. This crate isn't listed as deprecated though, and there's no link on the README that I can see to go and use stm32f3xx_hal.

I'm happy to either submit a PR to implement InputPin for PA0 and the others (you can see that it's not available here) or submit a PR amending documentation, or anything else.

Let me know how I can help, cheers.

@leshow
Copy link
Author

leshow commented Sep 12, 2019

Ah, I see there is a PR for it already https://github.com/japaric/stm32f30x-hal/pull/16/files

@little-arhat
Copy link

Hi, @leshow! I don't think this repo is maintained, there are at least two alternatives, however:

https://github.com/stm32-rs/stm32f3xx-hal (that provides API similar to this crate);

https://github.com/copterust/alt-stm32f30x-hal/ (with slightly different API, that supposed to be a bit more ergonomic).

@leshow
Copy link
Author

leshow commented Sep 14, 2019

Thanks! I have started using stm32f3xx-hal, it would be nice if this crate either accepted the PRs that fix issues with it, or say that it's no longer maintained.

I found it because the discovery book uses it, that should also be updated, since it's probably many people's entry point into embedded rust.

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

2 participants