aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/can/fd
Commit message (Expand)AuthorAgeFilesLines
* Ability to control automatic bus off recovery #4816RichardWGNR2025-11-021-0/+13
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* Update Rust nightly, stable.Dario Nieuwenhuis2025-07-043-17/+17
* Remove duplicate calc_timestamp and move to 'Registers' struct.Corey Schuhen2025-05-311-0/+17
* STM32: Fix CAN transmit on bxcan targetsAdam Greig2025-04-181-1/+1
* STM32: Change CAN data() to return slice with correct lengthAdam Greig2025-04-181-1/+1
* Fix #4062RichardWGNR2025-04-111-4/+8
* fix wrong negation of fdcan set_transmit_pause function parameterAndrii2025-01-171-1/+1
* Currently the return value of `write` is broken, it never returns theHans Josephsen2024-09-221-1/+1
* Remove generic argument from CanBuilder.Corey Schuhen2024-06-021-27/+26
* stm32: remove pointer-to-pointer-to-registers.Dario Nieuwenhuis2024-05-301-2/+3
* stm32: add support for STM32H7[RS] "bootflash line", add HIL tests.Dario Nieuwenhuis2024-05-011-15/+15
* stm32: can: fd: implement bus-off recoveryTorin Cooper-Bennun2024-04-171-0/+1
* CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...Corey Schuhen2024-03-281-6/+6
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-60/+1
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-20/+0
* FDCAN: Fix offset issue preventing CAN2 and CAN3 from working.Corey Schuhen2024-03-161-1/+6
* Use Result instead of Option for Frame creation.Corey Schuhen2024-03-131-1/+4
* Shared frame types.Corey Schuhen2024-03-131-1/+1
* stm32: can: fd: rename TxBufferMode::Queue -> ::Priority for clarityTorin Cooper-Bennun2024-03-041-6/+13
* Restore init order to restore H7.Corey Schuhen2024-03-021-22/+111
* Delay setting TX buffer mode until user had a chance to configure it.Corey Schuhen2024-03-022-7/+9
* stm32: can: fd: rename abort_pending_mailbox, rm pub qualifierTorin Cooper-Bennun2024-03-021-4/+4
* stm32: can: fd: write: if in TX FIFO mode & bufs full, then abortTorin Cooper-Bennun2024-03-022-8/+24
* stm32: can: fd: allow TX buffers in FIFO modeTorin Cooper-Bennun2024-03-022-4/+23
* Merge pull request #2637 from cschuhen/feature/fix_buf_sizeDario Nieuwenhuis2024-02-281-1/+1
|\
| * Buffer is not big enough for FD frames.Corey Schuhen2024-02-281-1/+1
* | update metapaceZio Pan2024-02-291-1/+3
|/
* stm32: can: fd: rm some irrelevant commented code and dead codeTorin Cooper-Bennun2024-02-271-42/+0
* stm32: can: fd: refactor out some duplicate codeTorin Cooper-Bennun2024-02-271-110/+12
* stm32: can: fd: only TX with BRS if also TXing with FDFTorin Cooper-Bennun2024-02-271-1/+1
* stm32: can: fd: fix SID read/write from buf elemsTorin Cooper-Bennun2024-02-271-2/+4
* FDCAN: Remove history from comments.Corey Schuhen2024-02-252-2/+2
* Remove the OperatingMode typestatesCorey Schuhen2024-02-181-0/+13
* Move error conversion to peripheral.rsCorey Schuhen2024-02-171-0/+39
* Don't use word Standard for frame format because it can be confused with ID f...Corey Schuhen2024-02-174-17/+17
* Port FDCAN HAL to use PAC directly instead of fdcan crate.Corey Schuhen2024-02-1713-0/+3269