aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g4/src/bin/can.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* fixed: example loops crashing after 256 passesPeter Kövesdi2024-04-291-2/+2
* examples: stm32: can: fix buildTorin Cooper-Bennun2024-04-221-2/+2
* CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...Corey Schuhen2024-03-281-12/+17
* stm32/rcc: g4: consistent PllSource, add pll pqr limits, simplify a bit.Dario Nieuwenhuis2024-03-041-1/+1
* Merge pull request #2646 from cschuhen/feature/wake_tx_on_buffered_pushDario Nieuwenhuis2024-03-011-1/+5
|\
| * Writing to TX buffer also needs to fire an interrupt to kick off transmission...Corey Schuhen2024-03-021-1/+5
* | stm32: autogenerate mux config for all chips.Dario Nieuwenhuis2024-03-011-2/+19
|/
* FDCAN: Don't require internal module for public API.Corey Schuhen2024-02-251-2/+2
* Remove the OperatingMode typestatesCorey Schuhen2024-02-181-4/+5
* Add a buffered mode.Corey Schuhen2024-02-171-7/+90
* Port FDCAN HAL to use PAC directly instead of fdcan crate.Corey Schuhen2024-02-171-14/+82
* Add FDCAN examples for STM32G4, STM32H5 and STM32H7Corey Schuhen2024-01-311-0/+56