-
Notifications
You must be signed in to change notification settings - Fork 212
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
Allow dma::Transfer.peripheral() for serial::Rx #588
Conversation
9f4743e
to
d89cfbd
Compare
It is ready for review. |
d89cfbd
to
7d612e2
Compare
I add |
7d612e2
to
f74a714
Compare
I'm not happy in existence of cc @therealprof your comments? |
The |
FYI: i had introduced the API you've marked as deprecated in #556 (see #550 for background). the original ticket also describes why i did this with a |
@rursprung
Moreover the WriteBuffer::write_buffer method takes mutable reference unlike
Thus DMA read Probably your example compiles with this bug because your |
3260776
to
699733b
Compare
Maybe it is better to implement |
699733b
to
ba54f38
Compare
…x, add rtic-serial-dma-rx-idle example
ba54f38
to
b1a041e
Compare
I removed the controversial |
bors r+ |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page.
|
Transfer.is_idle()
andTransfer.is_rx_not_empty()
forserial::Rx
anduart::Rx
.See #586 for details.