aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/can/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32/can: simplify bxcan api, merging bx::* into the main structs.Dario Nieuwenhuis2024-04-021-1/+8
| | | | | | 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.
* stm32: more docs.Dario Nieuwenhuis2023-12-191-0/+1
|
* Update stm32-metapac.Dario Nieuwenhuis2023-12-081-1/+1
|
* stm32: add minimal fdcan implxoviat2023-07-221-0/+1
|
* bxcan: namechange "bxcan_v1" -> "can_bxcan"Timo Kröger2021-08-181-0/+5