-
Notifications
You must be signed in to change notification settings - Fork 182
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
add DMA support for ADC3 #353
Conversation
src/adc.rs
Outdated
($( | ||
$ADCX:ident: ( |
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.
Please, don't use macro repeat on big blocks. It breaks rustfmt
.
src/adc.rs
Outdated
), | ||
ADC3: ( |
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.
Just call adcdma!
twice and add cfg(feature)
on second.
Breaks on stm32f105 |
Rustfmt and squash commits, please. |
bors r+ |
👎 Rejected by too few approved reviews |
bors merge |
No description provided.