aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f1/src/bin/can.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-3/+3
|
* fixed: example loops crashing after 256 passesPeter Kövesdi2024-04-291-2/+2
|
* stm32/can: simplify bxcan api, merging bx::* into the main structs.Dario Nieuwenhuis2024-04-021-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 Schuhen2024-03-281-13/+89
| | | | instead of a tuple sometimes.
* Use Result instead of Option for Frame creation.Corey Schuhen2024-03-131-1/+1
|
* Shared frame types.Corey Schuhen2024-03-131-3/+3
| | | | | | Remove BXCAN speciffic id and frame modules Remove SizedClassicData
* Fix examples and improve imports required.Corey Schuhen2024-03-071-4/+5
|
* Documentation.Corey Schuhen2024-03-071-3/+3
| | | | .
* Make use of internal BXCAN crate work. Tested on stm32f103 with real bus and ↵Corey Schuhen2024-03-071-2/+2
| | | | | | HIL tests. Fix
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* More formatting.Corey Schuhen2023-12-111-2/+1
|
* Update formatting.Corey Schuhen2023-12-111-19/+8
|
* Add example for using CAN with STM32F103 (BluePill) with a real CANCorey Schuhen2023-12-111-0/+79