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

serial_dma.rs example broken in v0.10 #358

Open
tomhampshire opened this issue Dec 18, 2023 · 3 comments · May be fixed by #359
Open

serial_dma.rs example broken in v0.10 #358

tomhampshire opened this issue Dec 18, 2023 · 3 comments · May be fixed by #359

Comments

@tomhampshire
Copy link

Serial no longer has a split() function, as of version 0.10.
The current version of the serial_dma.rs example is therefore broken.
Please, could someone advise on an alternative solution to using serial with DMA?
Many thanks.

@Sh3Rm4n Sh3Rm4n linked a pull request Jan 6, 2024 that will close this issue
@Sh3Rm4n
Copy link
Member

Sh3Rm4n commented Jan 6, 2024

Yeah, this is indeed currently broken, sorry :( This was an oversight on releasing v0.10.0.

I have an attempt for the fix at #359

@tomhampshire
Copy link
Author

Great - thank you!

@robamu
Copy link
Contributor

robamu commented Mar 23, 2024

Does the new version allow to independently start RX and TX transfers? This is a use-case i have in my application where I am handling the reading of variable sized frames via DMA and the sending of frames in separate RTIC tasks.

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 a pull request may close this issue.

3 participants