-
Notifications
You must be signed in to change notification settings - Fork 48
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
Fix outstanding clippy warnings #128
Conversation
@ryan-summers a PR for you to look at, please. CI issues are unrelated. Will fix them in another PR. |
Pinging some of the original contributors for this HAL - The other asked about maintainership of this HAL on the Rust Embedded matrix channel. @usbalbin, @no111u3, and @dotcypress are any of you still maintaining this crate and are you available for review? |
Does this build for the stm32g4a1 and stm32g491? I believe there were quite a lot of issues when I updated the CI to run for all devices so I excluded them. There is also #77 trying to atleast get them to compile, not sure if anything has changed since i worked on that. BTW, I am happy to review but I do not have permissions to merge things |
@usbalbin you are correct. I've rolled back the commit stating support for the stm32g4a1 in the readme. Otherwise this PR is just to fix the warnings thrown up by the CI. |
8f5bd60
to
bb620c0
Compare
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.
LGTM
I will try posting a PR trying to fix the clippy warnings unless someone else does it first |
@usbalbin I'm happy to do that next. Just wanted to get this one sorted out before I start spamming this repo with PRs. |
Awesome :) |
@usbalbin, would you be interested in helping maintain this crate (and so getting permission to review/merge)? |
Yes, I would :) Expect no miracles but I am happy to try to help. |
@adamgreig is there anythig I need to do to get access(assuming you want me to)? |
stm32g4a1
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.
Thanks a lot! :)
I've invited you to join the team, you should have got an email or maybe can see the invitation at https://github.com/stm32-rs/? |
Thank you :) |
Any preferences for merge method? |
I usually do a regular merge (no squash or rebase) but I'm not picky and it's not really for me to say here; perhaps stick to whatever has been done historically here unless you have strong feelings about doing it differently. |
stm32g4A1
->stm32g4a1
and some typos ofstm32g49a
.mem::transmute
use