You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Serial
no longer has asplit()
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.
The text was updated successfully, but these errors were encountered: