aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/uart_buffered_split.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-071-1/+1
|
* Add descriptions to all RP2040 examples. Some need hardware that was not ↵Henrik Berg2023-07-131-0/+6
| | | | specified.
* Use make_static! from static-cell v1.1Dario Nieuwenhuis2023-06-011-12/+3
|
* rp: remove take!, add bind_interrupts!pennae2023-05-151-4/+7
|
* 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