-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Add Silabs LDMA initial support #82611
Add Silabs LDMA initial support #82611
Conversation
Hello @Martinhoff-maker, and thank you very much for your first pull request to the Zephyr project! |
4c97179
to
570e113
Compare
Update Kconfig to support LDMA. Signed-off-by: Martin Hoff <[email protected]>
0b62f5e
to
143d02f
Compare
29305ae
to
a8a8c7b
Compare
a8a8c7b
to
04ef884
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.
Nice!
9040585
04ef884
to
9040585
Compare
Initial support of silabs LDMA using hal library em_ldma. Signed-off-by: Martin Hoff <[email protected]>
Update dts for efr32mg2x and efr32bg2x board that support silabs ldma Signed-off-by: Martin Hoff <[email protected]>
Added sltb010a,slwrb4180a,xg24_dk2601b and xg27_dk2602a boards files to run chan_blen_transfer, loop_transfer and scatter_gather tests. Signed-off-by: Martin Hoff <[email protected]>
Update sltb010a,slwrb4180a, xg24_dk2601b and xg27_dk2602a boards descriptions in order to run dma test. Also update boards documentations. Signed-off-by: Martin Hoff <[email protected]>
9040585
to
71eb053
Compare
Hi @Martinhoff-maker! To celebrate this milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: Claim Your Zephyr Badge. Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁 |
This PR adds Silabs LDMA driver which allows 4 actually implemented Silabs boards (sltb010a,slwrb4180a,xg24_dk2601b and xg27_dk2602a) to use DMA.