Add DMA support to SD Host #315
endinferno
started this conversation in
Ideas
Replies: 1 comment
-
I wouldn't call it easy, but I'm not aware of a reason, why porting the DMA support should not be possible. Yes, the class |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just find that the part of SD Host code is the same as Linux bcm2835-sdhost.
Linux bcm2835 have DMA support, so I am trying to support DMA in circle SD Host.
Can I use CDMAChannel in circle to implement what I am talking about and will it be a easy thing?
Beta Was this translation helpful? Give feedback.
All reactions