| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| | | |||||
| * | stm32/usart: return error instead of panicking on bad baudrate. | Dario Nieuwenhuis | 2023-09-26 | 1 | -1/+1 |
| | | |||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -1/+1 |
| | | |||||
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 1 | -3/+6 |
| | | | | | disable lora functionality for now | ||||
| * | Fix interrupt handling so it is similar to before the rework, and fix examples | Mathias | 2023-03-31 | 1 | -12/+2 |
| | | |||||
| * | stm32: Add support for read_until_idle on UART | Guillaume MICHEL | 2022-10-26 | 1 | -4/+11 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -1/+1 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 1 | -2/+3 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -2/+2 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -2/+1 |
| | | |||||
| * | common/PeripheralMutex: remove unsafe API. (#802) | Dario Nieuwenhuis | 2022-06-09 | 1 | -2/+1 |
| | | | | | | | Following the project's decision that "leak unsafe" APIs are not marked as "unsafe", update PeripheralMutex to accept non-'static state without unsafe. Fixes #801 | ||||
| * | Simplify example | chemicstry | 2022-05-26 | 1 | -5/+3 |
| | | |||||
| * | Reimplement BufRead for BufferedUart | chemicstry | 2022-05-26 | 1 | -0/+38 |
