aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/can/common.rs
Commit message (Expand)AuthorAgeFilesLines
* FDCAN/BXCAN: Finish implementation of RAII instance counters.Corey Schuhen2025-06-211-29/+79
* Add TxGuard and RxGuard which impl RAII for the STM32 CAN reference countingTobias Naumann2025-06-211-16/+37
* Switch to SendDynamicSender for FDCAN.Corey Schuhen2025-05-311-7/+7
* Reference count senders and receivers so that we don't close down early.Corey Schuhen2025-03-091-7/+79
* stm32/can: simplify bxcan api, merging bx::* into the main structs.Dario Nieuwenhuis2024-04-021-2/+2
* CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...Corey Schuhen2024-03-281-16/+7
* BXCAN: Create RxMode enum and move reader methods into it, laying foundations...Corey Schuhen2024-03-281-0/+4
* BXCAN: Register access into new Registers struct.Corey Schuhen2024-03-281-3/+9
* CAN: Move some FDCAN definitions into a module to share with BXCAN.Corey Schuhen2024-03-281-0/+51