aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f7/src/bin/can.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+1
|
* Fix F7 example.Corey Schuhen2024-06-021-1/+1
|
* Fix example.Corey Schuhen2024-05-301-2/+2
|
* stm32/can: simplify bxcan api, merging bx::* into the main structs.Dario Nieuwenhuis2024-04-021-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 Schuhen2024-03-131-1/+1
|
* Shared frame types.Corey Schuhen2024-03-131-1/+1
| | | | | | Remove BXCAN speciffic id and frame modules Remove SizedClassicData
* Fix examples and improve imports required.Corey Schuhen2024-03-071-7/+14
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-2/+5
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-1/+1
| | | | convenience methods
* stm32/can: implement proper RX timestampschemicstry2023-07-251-2/+2
|
* remove unused imports from examplePhilipp Scheff2023-07-031-4/+1
|
* allow deed code can rx & clippyPhilipp Scheff2023-07-031-7/+7
|
* fmtPhilipp Scheff2023-07-031-6/+10
|
* add as_mut & set loopback true in examplePhilipp Scheff2023-06-221-2/+4
|
* add stm32f7 can examplePhilipp Scheff2023-06-221-0/+63