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

Charge URART RX from DMA based to interrupt based. #159

Open
suikan4github opened this issue Jul 21, 2023 · 0 comments
Open

Charge URART RX from DMA based to interrupt based. #159

suikan4github opened this issue Jul 21, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@suikan4github
Copy link
Owner

The current Uart class is using DMA interrupt. As a result, it is not easy to use when the RX string length is unknown.

We should modify it to use the interrupt.

@suikan4github suikan4github self-assigned this Jul 21, 2023
@suikan4github suikan4github added the enhancement New feature or request label Jul 21, 2023
@suikan4github suikan4github added this to the v4.1.0 milestone Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant