aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/uart_buffered_split.rs
Commit message (Collapse)AuthorAgeFilesLines
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
|
* Update examples and testsMarc2025-05-021-1/+1
|
* BufferedUart initializationMichael Gomez2025-04-041-1/+1
| | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304.
* 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 ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* 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