aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f1/src/bin/can.rs
Commit message (Expand)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
* CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...Corey Schuhen2024-03-281-13/+89
* Use Result instead of Option for Frame creation.Corey Schuhen2024-03-131-1/+1
* Shared frame types.Corey Schuhen2024-03-131-3/+3
* 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
* 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