aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/uart_buffered_split.rs
Commit message (Collapse)AuthorAgeFilesLines
* rp: Fix BufferedUart drop codeTimo Kröger2023-01-041-1/+1
| | | | Only unregister the interrupt handler when both parts are inactive
* embassy-rp: Add split() to BufferedUartkalkyl2022-12-221-0/+57