diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-09-27 06:00:33 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-27 06:00:33 +0000 |
| commit | 82d436075633e179f96d49b6afb9045451a591d4 (patch) | |
| tree | 0e5e66638d2896357070671ff26f8d1cd65269a5 /examples/std/src/bin/net.rs | |
| parent | 86fd4806724a003421897f2e465f0c79e38e849b (diff) | |
| parent | e129a97d48a00d7923886ab3faa82357b2369f13 (diff) | |
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: Mathias <[email protected]>
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to 'examples/std/src/bin/net.rs')
0 files changed, 0 insertions, 0 deletions
