aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src/bin/fdcan.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* stm32 tests: move can_common out of the bin folderFabian Wolter2025-08-141-0/+1
* Fix testsDion Dokter2024-08-051-2/+2
* Remove more BXCAN generics.Corey Schuhen2024-06-021-4/+0
* Fix all check-cfg errors in the entire repo.Dario Nieuwenhuis2024-05-311-1/+1
* Remove generic argument for STM32 FDCAN.Corey Schuhen2024-05-291-0/+4
* stm32: add support for STM32H7[RS] "bootflash line", add HIL tests.Dario Nieuwenhuis2024-05-011-0/+14
* stm32: can: fd: fix test build for all relevant chipsTorin Cooper-Bennun2024-04-221-5/+17
* CAN: Use the same testing code for BXCAN and FDCAN h/w.Corey Schuhen2024-03-281-159/+36
* CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...Corey Schuhen2024-03-281-12/+12
* FDCAN: Fix offset issue preventing CAN2 and CAN3 from working.Corey Schuhen2024-03-161-2/+51
* stm32: autogenerate mux config for all chips.Dario Nieuwenhuis2024-03-011-2/+2
* FDCAN: Don't require internal module for public API.Corey Schuhen2024-02-251-2/+2
* Remove the OperatingMode typestatesCorey Schuhen2024-02-181-1/+1
* Port FDCAN HAL to use PAC directly instead of fdcan crate.Corey Schuhen2024-02-171-81/+28
* HIL test for STM32 FDCAN support.Corey Schuhen2024-01-311-0/+243