Skip to content
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

feat: add DMA receive/transmit bridge functions with no interrupts needed #518

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Heshamabdelfattah
Copy link

@Heshamabdelfattah Heshamabdelfattah commented Mar 3, 2025

• Introduced functions to specify both the peripheral and destination addresses.
• Enables selection of Transmit/Receive data registers as source or destination.
• No interrupts needed which is useful for bridging functionality without any CPU usage

@Heshamabdelfattah Heshamabdelfattah requested a review from a team as a code owner March 3, 2025 08:41
@Heshamabdelfattah Heshamabdelfattah marked this pull request as draft March 3, 2025 09:03
@Heshamabdelfattah Heshamabdelfattah changed the title feat: Add Transceiver Dma Bridge functions that are needed for Uart Bridging feat: Add DMA receive/transmit functions with no interrupts needed Mar 3, 2025
@Heshamabdelfattah Heshamabdelfattah changed the title feat: Add DMA receive/transmit functions with no interrupts needed feat: Add DMA receive/transmit bridge functions with no interrupts needed Mar 3, 2025
-Introduced functions to specify both the peripheral and destination addresses.
- Enables selection of Transmit/Receive data registers as source or destination.
- No interrupts needed which is useful for bridging functionality without any CPU usage
@Heshamabdelfattah Heshamabdelfattah marked this pull request as ready for review March 3, 2025 13:46
@richardapeters richardapeters changed the title feat: Add DMA receive/transmit bridge functions with no interrupts needed feat: add DMA receive/transmit bridge functions with no interrupts needed Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants