aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src/bin/fdcan.rs
Commit message (Collapse)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
| | | | the main ci.sh now passes if running with nightly.
* 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 ↵Corey Schuhen2024-03-281-12/+12
| | | | instead of a tuple sometimes.
* FDCAN: Fix offset issue preventing CAN2 and CAN3 from working.Corey Schuhen2024-03-161-2/+51
| | | | Fix for not H7
* 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
| | | | | | Instead have two explcit types(without the mode generic arg)types: - One for config - One for all operating modes
* Port FDCAN HAL to use PAC directly instead of fdcan crate.Corey Schuhen2024-02-171-81/+28
| | | | | | - Provide separate FDCAN capable and Classic CAN API's - Don't use fdcan crate dep anymore - Provide embedded-can traits.
* HIL test for STM32 FDCAN support.Corey Schuhen2024-01-311-0/+243
Internal loopback. fdcan: use common.rs for HIL test. Fix tests. Fix tests. Fix tests Add HIL tests for H7 even though they are a bit crippled. CI fixes Bah Test bah