| 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 | -1/+1 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -1/+1 |
| | | |||||
| * | Fix F7 example. | Corey Schuhen | 2024-06-02 | 1 | -1/+1 |
| | | |||||
| * | Fix example. | Corey Schuhen | 2024-05-30 | 1 | -2/+2 |
| | | |||||
| * | stm32/can: simplify bxcan api, merging bx::* into the main structs. | Dario Nieuwenhuis | 2024-04-02 | 1 | -7/+5 |
| | | | | | | | The bx::* separate structs (Can, Rx, Tx) and separate `Instance` trait are a relic from the `bxcan` crate. Remove them, move the functionality into the main structs. | ||||
| * | Use Result instead of Option for Frame creation. | Corey Schuhen | 2024-03-13 | 1 | -1/+1 |
| | | |||||
| * | Shared frame types. | Corey Schuhen | 2024-03-13 | 1 | -1/+1 |
| | | | | | | | Remove BXCAN speciffic id and frame modules Remove SizedClassicData | ||||
| * | Fix examples and improve imports required. | Corey Schuhen | 2024-03-07 | 1 | -7/+14 |
| | | |||||
| * | 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 | -2/+5 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -1/+1 |
| | | | | | convenience methods | ||||
| * | stm32/can: implement proper RX timestamps | chemicstry | 2023-07-25 | 1 | -2/+2 |
| | | |||||
| * | remove unused imports from example | Philipp Scheff | 2023-07-03 | 1 | -4/+1 |
| | | |||||
| * | allow deed code can rx & clippy | Philipp Scheff | 2023-07-03 | 1 | -7/+7 |
| | | |||||
| * | fmt | Philipp Scheff | 2023-07-03 | 1 | -6/+10 |
| | | |||||
| * | add as_mut & set loopback true in example | Philipp Scheff | 2023-06-22 | 1 | -2/+4 |
| | | |||||
| * | add stm32f7 can example | Philipp Scheff | 2023-06-22 | 1 | -0/+63 |
