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

Switch to DMA (highest priority) or IRQ model in HAL #21

Open
divanchykhin opened this issue Sep 18, 2015 · 0 comments
Open

Switch to DMA (highest priority) or IRQ model in HAL #21

divanchykhin opened this issue Sep 18, 2015 · 0 comments
Assignees

Comments

@divanchykhin
Copy link
Contributor

In the order of priority:

  1. DMA (must be implemented, if exists on a particular platform)
  2. IRQ
    Polling is incompatible with power saving model!
    (implementation note: in both 1. and 2., if an intermediate buffer is full, and a new byte is coming, this new byte should be dropped, not that which is already there in the buffer)
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

No branches or pull requests

2 participants