aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/can
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'main' of https://github.com/embassy-rs/embassy into canxoviat2023-06-191-6/+7
|\ \ | |/ |/|
| * stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-10/+6
* | stm32/can: add hw test and cleanupxoviat2023-05-301-42/+36
* | stm32/can: move to irq binding use embassy channelxoviat2023-05-291-75/+101
* | Round out the async fns for canEric Yanush2023-04-061-16/+236
* | Strip out debug messages... oopsEric Yanush2023-04-061-7/+0
* | Add initial setup of async can for STM32Eric Yanush2023-04-061-2/+155
|/
* Add non blocking Bxcan constructor.Andrew Ealovega2022-09-211-0/+23
* Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-231-7/+7
* Update embassy-stm32Dario Nieuwenhuis2022-07-231-23/+25
* Run rustfmt.Dario Nieuwenhuis2022-06-121-4/+3
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-1/+1
* [can] Typo fix: l7 -> f7Timo Kröger2022-03-051-1/+1
* [can] `cfgs` for naming inconsistenciesTimo Kröger2022-03-051-3/+16
* [can] Update macrotable commentTimo Kröger2022-03-051-5/+3
* [can] Do not use wildcard reexport for bxcanTimo Kröger2022-03-051-2/+1
* docs: prevent inline doc spam for reexports.Dario Nieuwenhuis2022-03-041-0/+1
* stm32: move macrotables to embassy-stm32 build.rsDario Nieuwenhuis2022-02-261-2/+2
* stm32f1: fix wrong AF type in uart, can.Dario Nieuwenhuis2022-02-241-1/+1
* stm32: move pin trait impls from macrotables to build.rsDario Nieuwenhuis2022-02-231-15/+0
* stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...Dario Nieuwenhuis2022-02-101-33/+9
* Update stm32-data: rcc regs info comes from yamls now.Dario Nieuwenhuis2021-11-291-1/+7
* Update to defmt 3.0ish.Bob McWhirter2021-11-151-1/+1
* Initial support for STM32F767ZI.Matous Hybl2021-10-261-1/+1
* partial alternate function configuration on STM32f1Tobias Pisani2021-10-111-3/+3
* Code review request - moving `OutputType` to `mod sealed`Mariusz Ryndzionek2021-09-241-1/+1
* Small adjustment to 'set_as_af' interfaceMariusz Ryndzionek2021-09-241-3/+6
* bxcan: CleanupTimo Kröger2021-08-181-6/+10
* bxcan: namechange "bxcan_v1" -> "can_bxcan"Timo Kröger2021-08-182-0/+145