Skip to content
Snippets Groups Projects
Unverified Commit 82d43607 authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

Merge #934


934: (embassy-rp): Add Buffered UART implementation r=MathiasKoch a=MathiasKoch

### Questions & concerns: 
- ~~Would it make sense to add `RxBufferedUart` and `TxBufferedUart`, for cases where you would want to only buffer one way?~~
- ~~Do I need to be monitoring more interrupt flags than `Receive` & `Receive timeout`?~~

This PR adds working `BufferedUart` implementation, along with `RxBufferedUart` and `TxBufferedUart`. The implementation leaves room for improvement with respect to performance, as it still does not utilize DMA nor the internal UART buffers.

Co-authored-by: default avatarMathias <mk@blackbird.online>
Co-authored-by: default avatarDario Nieuwenhuis <dirbaio@dirbaio.net>
parents 86fd4806 e129a97d
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment