aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/can/fd/message_ram
Commit message (Collapse)AuthorAgeFilesLines
* Update Rust nightly, stable.Dario Nieuwenhuis2025-07-043-17/+17
|
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-20/+0
|
* Don't use word Standard for frame format because it can be confused with ID ↵Corey Schuhen2024-02-172-13/+13
| | | | format. Use Classic instead to mean CAN 2.0B frames.
* Port FDCAN HAL to use PAC directly instead of fdcan crate.Corey Schuhen2024-02-179-0/+1670
- Provide separate FDCAN capable and Classic CAN API's - Don't use fdcan crate dep anymore - Provide embedded-can traits.