aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/can/fd/config.rs
Commit message (Collapse)AuthorAgeFilesLines
* Ability to control automatic bus off recovery #4816RichardWGNR2025-11-021-0/+13
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Fix #4062RichardWGNR2025-04-111-4/+8
|
* stm32: can: fd: rename TxBufferMode::Queue -> ::Priority for clarityTorin Cooper-Bennun2024-03-041-6/+13
|
* Delay setting TX buffer mode until user had a chance to configure it.Corey Schuhen2024-03-021-2/+2
|
* stm32: can: fd: write: if in TX FIFO mode & bufs full, then abortTorin Cooper-Bennun2024-03-021-1/+10
|
* stm32: can: fd: allow TX buffers in FIFO modeTorin Cooper-Bennun2024-03-021-0/+21
|
* FDCAN: Remove history from comments.Corey Schuhen2024-02-251-1/+1
|
* Port FDCAN HAL to use PAC directly instead of fdcan crate.Corey Schuhen2024-02-171-0/+438
- Provide separate FDCAN capable and Classic CAN API's - Don't use fdcan crate dep anymore - Provide embedded-can traits.