| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -3/+3 |
| | | |||||
| * | fixed: example loops crashing after 256 passes | Peter Kövesdi | 2024-04-29 | 1 | -2/+2 |
| | | |||||
| * | stm32/can: simplify bxcan api, merging bx::* into the main structs. | Dario Nieuwenhuis | 2024-04-02 | 1 | -8/+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. | ||||
| * | CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods ↵ | Corey Schuhen | 2024-03-28 | 1 | -13/+89 |
| | | | | | instead of a tuple sometimes. | ||||
| * | 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 | -3/+3 |
| | | | | | | | Remove BXCAN speciffic id and frame modules Remove SizedClassicData | ||||
| * | Fix examples and improve imports required. | Corey Schuhen | 2024-03-07 | 1 | -4/+5 |
| | | |||||
| * | Documentation. | Corey Schuhen | 2024-03-07 | 1 | -3/+3 |
| | | | | | . | ||||
| * | Make use of internal BXCAN crate work. Tested on stm32f103 with real bus and ↵ | Corey Schuhen | 2024-03-07 | 1 | -2/+2 |
| | | | | | | | HIL tests. Fix | ||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| | | |||||
| * | More formatting. | Corey Schuhen | 2023-12-11 | 1 | -2/+1 |
| | | |||||
| * | Update formatting. | Corey Schuhen | 2023-12-11 | 1 | -19/+8 |
| | | |||||
| * | Add example for using CAN with STM32F103 (BluePill) with a real CAN | Corey Schuhen | 2023-12-11 | 1 | -0/+79 |
