Skip to content

Conversation

laptou
Copy link

@laptou laptou commented Oct 1, 2025

I was trying to set up a Quectel LC86 GNSS receiver. It outputs a near-constant stream of UART data at 115200 bps, which is fast enough that other techniques for reading the data weren't fast enough (they resulted in constant overrun errors), so I needed a double-buffered DMA transfer. embassy doesn't exactly expose all of the APIs needed to do this in user code, so I forked it and added it myself. What do y'all think?

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 this pull request may close these issues.

1 participant