aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src/bin/can.rs
Commit message (Expand)AuthorAgeFilesLines
* stm32 tests: move can_common out of the bin folderFabian Wolter2025-08-141-0/+1
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+1
* Fix testsDion Dokter2024-08-051-1/+1
* Remove more BXCAN generics.Corey Schuhen2024-06-021-5/+1
* Remove generics for BXCAN.Corey Schuhen2024-05-301-2/+2
* Remove generic argument for STM32 FDCAN.Corey Schuhen2024-05-291-3/+5
* stm32/can: simplify bxcan api, merging bx::* into the main structs.Dario Nieuwenhuis2024-04-021-10/+9
* CAN: Use the same testing code for BXCAN and FDCAN h/w.Corey Schuhen2024-03-281-35/+15
* Use Result instead of Option for Frame creation.Corey Schuhen2024-03-131-1/+1
* Shared frame types.Corey Schuhen2024-03-131-2/+2
* Make use of internal BXCAN crate work. Tested on stm32f103 with real bus and ...Corey Schuhen2024-03-071-2/+2
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-271-1/+0
* stm32/test: add stm32f446 (board not in HIL rig yet)Dario Nieuwenhuis2023-11-271-6/+6
* stm32/can: make latency assertion more lenient.Dario Nieuwenhuis2023-08-201-2/+2
* stm32/can: Fix latency measurement in testschemicstry2023-07-311-3/+13
* stm32/can: implement proper RX timestampschemicstry2023-07-251-3/+10
* fix stm32 can testPhilipp Scheff2023-07-041-1/+1
* make stm32 can test workPhilipp Scheff2023-07-041-3/+6
* stm32/tests: fix canxoviat2023-06-191-3/+3
* stm32/can: add hw test and cleanupxoviat2023-05-301-0/+78