aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/can/frame.rs
Commit message (Expand)AuthorAgeFilesLines
* Add mutable accessors for ID in Header and Frame structsMalte Brieske2025-07-291-0/+10
* Make raw_data public.Corey Schuhen2025-04-271-2/+2
* STM32: Fix CAN transmit on bxcan targetsAdam Greig2025-04-181-0/+5
* STM32: Change CAN data() to return slice with correct lengthAdam Greig2025-04-181-10/+8
* Fix rustfmt #4075RichardWGNR2025-04-111-4/+4
* Capability to modify CAN frame data without copying. #4075RichardWGNR2025-04-111-0/+20
* Fixes for no-time.Corey Schuhen2024-03-281-6/+13
* CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...Corey Schuhen2024-03-281-8/+52
* Use Result instead of Option for Frame creation.Corey Schuhen2024-03-131-85/+55
* Shared frame types.Corey Schuhen2024-03-131-5/+49
* stm32: can: fd: Fix Frame is_extended() functionSiebe Claes2024-03-011-2/+2
* stm32: can: fd: rm some irrelevant commented code and dead codeTorin Cooper-Bennun2024-02-271-2/+0
* stm32: can: fd: refactor out some duplicate codeTorin Cooper-Bennun2024-02-271-0/+30
* Port FDCAN HAL to use PAC directly instead of fdcan crate.Corey Schuhen2024-02-171-0/+370