| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -1/+1 |
| | | |||||
| * | fixed: example loops crashing after 256 passes | Peter Kövesdi | 2024-04-29 | 1 | -1/+1 |
| | | |||||
| * | stm32/can: simplify bxcan api, merging bx::* into the main structs. | Dario Nieuwenhuis | 2024-04-02 | 1 | -8/+3 |
| | | | | | | | 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. | ||||
| * | 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 | ||||
| * | Fix examples and improve imports required. | Corey Schuhen | 2024-03-07 | 1 | -3/+4 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| | | |||||
| * | stm32/can: implement proper RX timestamps | chemicstry | 2023-07-25 | 1 | -2/+16 |
| | | |||||
| * | stm32/can: bxcan async enable | chemicstry | 2023-07-24 | 1 | -2/+5 |
| | | |||||
| * | make stm32f4 example work | Philipp Scheff | 2023-07-04 | 1 | -8/+10 |
| | | |||||
| * | stm32/can: update interrupts | xoviat | 2023-06-19 | 1 | -2/+11 |
| | | |||||
| * | Fix example | chemicstry | 2022-06-23 | 1 | -2/+2 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -3/+1 |
| | | |||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 1 | -3/+3 |
| | | |||||
| * | [can] Do not use wildcard reexport for bxcan | Timo Kröger | 2022-03-05 | 1 | -2/+3 |
| | | |||||
| * | Adjust for bxcan API. | Bob McWhirter | 2021-11-15 | 1 | -3/+4 |
| | | |||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 1 | -2/+0 |
| | | | | | trait_alias seems unused. no idea why it's there. | ||||
| * | stm32: move dbgmcu stuff to toplevel config setting, defaulting to true. | Dario Nieuwenhuis | 2021-08-19 | 1 | -5/+0 |
| | | |||||
| * | bxcan: Fix the flaky CAN example | Timo Kröger | 2021-08-18 | 1 | -2/+15 |
| | | |||||
| * | bxcan: namechange "bxcan_v1" -> "can_bxcan" | Timo Kröger | 2021-08-18 | 1 | -1/+1 |
| | | |||||
| * | CAN support with bxcan crate | Timo Kröger | 2021-08-18 | 1 | -0/+39 |
