-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers:platform:stm32:dma: Added support for Circular DMA transaction.
Driver uses nodes and linked list to be configure the DMA in circular mode. A transfer unit is considered as a single node in the linked list and is configured accordingly. Signed-off-by: Swaroop PrakashKumar <[email protected]>
- Loading branch information
1 parent
b8e1efd
commit 125a6a4
Showing
2 changed files
with
147 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters