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

add DMA support for ADC3 #353

Merged
merged 1 commit into from
Aug 4, 2021
Merged

add DMA support for ADC3 #353

merged 1 commit into from
Aug 4, 2021

Conversation

apeng2012
Copy link
Contributor

No description provided.

src/adc.rs Outdated
Comment on lines 606 to 607
($(
$ADCX:ident: (
Copy link
Member

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
Comment on lines 812 to 829
),
ADC3: (
Copy link
Member

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.

@burrbull
Copy link
Member

burrbull commented Aug 3, 2021

Breaks on stm32f105

@burrbull
Copy link
Member

burrbull commented Aug 3, 2021

Rustfmt and squash commits, please.

@burrbull
Copy link
Member

burrbull commented Aug 4, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 4, 2021

👎 Rejected by too few approved reviews

@burrbull
Copy link
Member

burrbull commented Aug 4, 2021

bors merge

@bors
Copy link
Contributor

bors bot commented Aug 4, 2021

@bors bors bot merged commit 5776ccd into stm32-rs:master Aug 4, 2021
@apeng2012 apeng2012 deleted the adc3dma branch August 4, 2021 05:11
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

Successfully merging this pull request may close these issues.

2 participants