summaryrefslogtreecommitdiffstats
path: root/bsps/shared/dev/dma (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-22bsps/shared: Fix header for fsl-edmaChristian Mauderer1-1/+1
If a different chip variant is used in the i.mxrt BSP, a different header would have to be included. Make sure that the fsl-edma driver uses a header that doesn't have to be adapted.
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2021-01-21bsps/shared: Adapt fsl-edma driver for imxrtChristian Mauderer1-104/+245
Note: The changes have been done with portability in mind. The driver should (in theory) be able to replace the original one in the MPC BSPs too. For full compatibility an adaption layer and especially a test would be necessary. Because both are missing, don't integrate it into the MPC BSP now. Update #4180
2021-01-21bsps/shared: Copy fsl-edma from mpc55xxChristian Mauderer1-0/+329
This is a preparation for making the driver universal. Update #4180