-
Notifications
You must be signed in to change notification settings - Fork 134
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
[sam] Add SAMx7x DMA + DAC #987
[sam] Add SAMx7x DMA + DAC #987
Conversation
chris-durand
commented
Mar 28, 2023
•
edited
Loading
edited
- DAC driver
- DMA Driver
- Block transfer mode
- Linked list transfer mode
- Update modm-devices
- Examples
- Block transfer with DAC
- Linked list transfer with DAC
- Simple DAC example without DMA
- Test examples in hardware
- Documentation for DMA driver
755f6a9
to
d87be72
Compare
d87be72
to
ae0bf8f
Compare
ae0bf8f
to
6d4c249
Compare
b6fc8b8
to
2195a72
Compare
2195a72
to
de2788f
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.
That LinkedListTransfer implementation is pretty dope!
examples/samv71_xplained_ultra/dma/linked_list_transfer/main.cpp
Outdated
Show resolved
Hide resolved
de2788f
to
cbd471a
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.
Very nice, just a few minor comments 🙂
cbd471a
to
98fd547
Compare
98fd547
to
182948d
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.
I'm happy to merge, @rleh?
Please wait with merging. I'll run a final hardware test in about 3 hours when I have access to an oscilloscope. Just to be sure I broke nothing in a refactoring. I could merge after the test. |