| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -2/+2 |
| | | |||||
| * | rustfmt | Süha Ünüvar | 2025-08-08 | 1 | -9/+1 |
| | | |||||
| * | i2c examples | Süha Ünüvar | 2025-08-08 | 1 | -2/+0 |
| | | |||||
| * | fix ci | jrmoulton | 2025-06-10 | 1 | -2/+2 |
| | | |||||
| * | merge new embassy changes | jrmoulton | 2025-06-10 | 1 | -2/+4 |
| |\ | |||||
| | * | executor: fix unsoundness due to `impl Trait`, improve macro error handling. ↵ | Dario Nieuwenhuis | 2024-10-18 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (#3425) * executor-macros: don't parse function bodies. * executor-macros: refactor for better recovery and ide-friendliness on errors. * executor-macros: disallow `impl Trait` in task arguments. Fixes #3420 * Fix example using `impl Trait` in tasks. | ||||
| * | | fix examples | jrmoulton | 2024-08-13 | 1 | -1/+1 |
| |/ | |||||
| * | stm32/i2c: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-21 | 1 | -3/+2 |
| | | |||||
| * | stm32h7: add shared bus example | Felipe Balbi | 2024-05-16 | 1 | -0/+112 |
