| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32 tests: move can_common out of the bin folder | Fabian Wolter | 2025-08-14 | 1 | -0/+1 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -1/+1 |
| | | |||||
| * | Fix tests | Dion Dokter | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Remove more BXCAN generics. | Corey Schuhen | 2024-06-02 | 1 | -5/+1 |
| | | |||||
| * | Remove generics for BXCAN. | Corey Schuhen | 2024-05-30 | 1 | -2/+2 |
| | | |||||
| * | Remove generic argument for STM32 FDCAN. | Corey Schuhen | 2024-05-29 | 1 | -3/+5 |
| | | |||||
| * | stm32/can: simplify bxcan api, merging bx::* into the main structs. | Dario Nieuwenhuis | 2024-04-02 | 1 | -10/+9 |
| | | | | | | | The bx::* separate structs (Can, Rx, Tx) and separate `Instance` trait are a relic from the `bxcan` crate. Remove them, move the functionality into the main structs. | ||||
| * | CAN: Use the same testing code for BXCAN and FDCAN h/w. | Corey Schuhen | 2024-03-28 | 1 | -35/+15 |
| | | |||||
| * | Use Result instead of Option for Frame creation. | Corey Schuhen | 2024-03-13 | 1 | -1/+1 |
| | | |||||
| * | Shared frame types. | Corey Schuhen | 2024-03-13 | 1 | -2/+2 |
| | | | | | | | Remove BXCAN speciffic id and frame modules Remove SizedClassicData | ||||
| * | Make use of internal BXCAN crate work. Tested on stm32f103 with real bus and ↵ | Corey Schuhen | 2024-03-07 | 1 | -2/+2 |
| | | | | | | | HIL tests. Fix | ||||
| * | tests: use executor task arena instead of TAIT. | Dario Nieuwenhuis | 2023-11-27 | 1 | -1/+0 |
| | | |||||
| * | stm32/test: add stm32f446 (board not in HIL rig yet) | Dario Nieuwenhuis | 2023-11-27 | 1 | -6/+6 |
| | | |||||
| * | stm32/can: make latency assertion more lenient. | Dario Nieuwenhuis | 2023-08-20 | 1 | -2/+2 |
| | | |||||
| * | stm32/can: Fix latency measurement in tests | chemicstry | 2023-07-31 | 1 | -3/+13 |
| | | |||||
| * | stm32/can: implement proper RX timestamps | chemicstry | 2023-07-25 | 1 | -3/+10 |
| | | |||||
| * | fix stm32 can test | Philipp Scheff | 2023-07-04 | 1 | -1/+1 |
| | | |||||
| * | make stm32 can test work | Philipp Scheff | 2023-07-04 | 1 | -3/+6 |
| | | |||||
| * | stm32/tests: fix can | xoviat | 2023-06-19 | 1 | -3/+3 |
| | | |||||
| * | stm32/can: add hw test and cleanup | xoviat | 2023-05-30 | 1 | -0/+78 |
