| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | stm32 tests: move can_common out of the bin folder | Fabian Wolter | 2025-08-14 | 1 | -0/+1 |
| | | |||||
| * | Fix tests | Dion Dokter | 2024-08-05 | 1 | -2/+2 |
| | | |||||
| * | Remove more BXCAN generics. | Corey Schuhen | 2024-06-02 | 1 | -4/+0 |
| | | |||||
| * | Fix all check-cfg errors in the entire repo. | Dario Nieuwenhuis | 2024-05-31 | 1 | -1/+1 |
| | | | | | the main ci.sh now passes if running with nightly. | ||||
| * | Remove generic argument for STM32 FDCAN. | Corey Schuhen | 2024-05-29 | 1 | -0/+4 |
| | | |||||
| * | stm32: add support for STM32H7[RS] "bootflash line", add HIL tests. | Dario Nieuwenhuis | 2024-05-01 | 1 | -0/+14 |
| | | |||||
| * | stm32: can: fd: fix test build for all relevant chips | Torin Cooper-Bennun | 2024-04-22 | 1 | -5/+17 |
| | | |||||
| * | CAN: Use the same testing code for BXCAN and FDCAN h/w. | Corey Schuhen | 2024-03-28 | 1 | -159/+36 |
| | | |||||
| * | CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods ↵ | Corey Schuhen | 2024-03-28 | 1 | -12/+12 |
| | | | | | instead of a tuple sometimes. | ||||
| * | FDCAN: Fix offset issue preventing CAN2 and CAN3 from working. | Corey Schuhen | 2024-03-16 | 1 | -2/+51 |
| | | | | | Fix for not H7 | ||||
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 1 | -2/+2 |
| | | |||||
| * | FDCAN: Don't require internal module for public API. | Corey Schuhen | 2024-02-25 | 1 | -2/+2 |
| | | |||||
| * | Remove the OperatingMode typestates | Corey Schuhen | 2024-02-18 | 1 | -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 Schuhen | 2024-02-17 | 1 | -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 Schuhen | 2024-01-31 | 1 | -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 | |||||
