aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/uart_buffered_split.rs
Commit message (Expand)AuthorAgeFilesLines
* Update examples and testsMarc2025-05-021-1/+1
* BufferedUart initializationMichael Gomez2025-04-041-1/+1
* Fix example after swapping bufferedUart rx and tx in split fnMathias2024-07-171-1/+1
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-3/+5
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-2/+2
* 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 spec...Henrik Berg2023-07-131-0/+6
* 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
* embassy-rp: Add split() to BufferedUartkalkyl2022-12-221-0/+57