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
{{ message }}
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
It would be nice if there was an option to enable idle line detection for serial dma transfers. This would make it a lot easier to use for variable length data, like strings. Not sure what a good name for the new function would be, since you would need to return the actual amount read. You already have read and read_exact, maybe receive?
The text was updated successfully, but these errors were encountered:
I call this when my USART lines goes idle (and I know no more data is forthcoming). It may be a useful pattern (though it's crucial to note that data may be lost if sent while the DMA is disabled).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice if there was an option to enable idle line detection for serial dma transfers. This would make it a lot easier to use for variable length data, like strings. Not sure what a good name for the new function would be, since you would need to return the actual amount read. You already have read and read_exact, maybe receive?
The text was updated successfully, but these errors were encountered: