| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -1/+1 |
| | | |||||
| * | Update examples and tests | Marc | 2025-05-02 | 1 | -1/+1 |
| | | |||||
| * | BufferedUart initialization | Michael Gomez | 2025-04-04 | 1 | -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 fn | Mathias | 2024-07-17 | 1 | -1/+1 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| | | |||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 1 | -3/+5 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -2/+2 |
| | | | | | convenience methods | ||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -1/+1 |
| | | |||||
| * | Add descriptions to all RP2040 examples. Some need hardware that was not ↵ | Henrik Berg | 2023-07-13 | 1 | -0/+6 |
| | | | | | specified. | ||||
| * | Use make_static! from static-cell v1.1 | Dario Nieuwenhuis | 2023-06-01 | 1 | -12/+3 |
| | | |||||
| * | rp: remove take!, add bind_interrupts! | pennae | 2023-05-15 | 1 | -4/+7 |
| | | |||||
| * | rp: Fix BufferedUart drop code | Timo Kröger | 2023-01-04 | 1 | -1/+1 |
| | | | | | Only unregister the interrupt handler when both parts are inactive | ||||
| * | embassy-rp: Add split() to BufferedUart | kalkyl | 2022-12-22 | 1 | -0/+57 |
