aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/can/fd/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Don't use word Standard for frame format because it can be confused with ID ↵Corey Schuhen2024-02-171-1/+1
| | | | format. Use Classic instead to mean CAN 2.0B frames.
* Port FDCAN HAL to use PAC directly instead of fdcan crate.Corey Schuhen2024-02-171-0/+6
- Provide separate FDCAN capable and Classic CAN API's - Don't use fdcan crate dep anymore - Provide embedded-can traits.