summaryrefslogtreecommitdiff
path: root/embassy-rp/src/uart/buffered.rs
AgeCommit message (Expand)Author
2022-09-27Fix bufferedUart read and write testsMathias
2022-09-27Rename from {Rx,Tx}BufferedUart to BufferedUart{Rx,Tx} to be compliant with s...Mathias
2022-09-26Add HIL test for bufferedUartMathias
2022-09-21Remove code-duplication in async bufferedUart implementationsMathias
2022-09-09Add bufferedUart, including a split version for only Rx or TxMathias
2022-09-09Add BufferedUart implementation, and feature-guard time-driver initialization...Mathias