-
Notifications
You must be signed in to change notification settings - Fork 143
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
ADC DMA mode for STM32 F1, F2, F37, F4, F7 and L1 #982
ADC DMA mode for STM32 F1, F2, F37, F4, F7 and L1 #982
Conversation
@chris-durand this is the branch with the adc support. I still want to add a small example of that, but I will be able to do that when I have free time, hence in draft mode. |
1372cd3
to
9989317
Compare
6f8c9c5
to
6dda424
Compare
Hi @victorandrehc, I didn't find time yet to review your PR, sorry. I'll have a look tomorrow. |
4b31b0b
to
8cb5e4f
Compare
@chris-durand I finally had the time to work directly on this PR, but now all tasks should also be completed |
9342974
to
c45c6bf
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.
Thanks!
@chris-durand, I saw your review, will work on the changes tomorrow. |
fca078b
to
30343c8
Compare
@chris-durand all reviews are done. |
Thanks! |
30343c8
to
58b4e8b
Compare
@chris-durand last review suggestion was committed already. Can you please set the tag to run the complete test? |
Done, I am planning to merge tonight. |
58b4e8b
to
b2ade4b
Compare
8d240b9
to
04ed0a5
Compare
This Pull request enable a more advanced use of the ADC by adding support to DMA and externally triggered ADC.
Tasks to publish: