aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/can
Commit message (Expand)AuthorAgeFilesLines
* Deprecate *recv* in favor of *receive*Ruben De Smet2023-08-221-2/+2
* Channel poll methods return Poll instead of boolRuben De Smet2023-08-111-8/+1
* embassy-stm32: Misc clippy fixesGrant Miller2023-08-061-2/+2
* stm32/can: Add more derives for CAN Envelopechemicstry2023-07-311-1/+1
* Merge remote-tracking branch 'origin/main' into bxcan_timestampchemicstry2023-07-312-40/+118
|\
| * Merge pull request #1701 from chemicstry/bxcan_methods2Dario Nieuwenhuis2023-07-281-38/+116
| |\
| | * stm32/can: implement more convenience methodschemicstry2023-07-281-38/+116
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-282-2/+2
| |/
* / stm32/can: implement proper RX timestampschemicstry2023-07-251-9/+30
|/
* stm32/can: bxcan async enablechemicstry2023-07-241-0/+12
* stm32: add minimal fdcan implxoviat2023-07-222-0/+67
* Merge pull request #1578 from schphil/can-splitxoviat2023-07-051-5/+84
|\
| * allow deed code can rx & clippyPhilipp Scheff2023-07-031-0/+1
| * fmtPhilipp Scheff2023-07-031-14/+17
| * add as_mutPhilipp Scheff2023-06-221-0/+6
| * split canPhilipp Scheff2023-06-221-16/+85
* | Update stm32-metapac, includes chiptool changes to use real Rust enums now.Dario Nieuwenhuis2023-06-291-4/+4
|/
* Merge pull request #3 from schphil/canxoviat2023-06-201-1/+4
|\
| * fix extended can idPhilipp Scheff2023-06-161-1/+4
* | stm32/can: fix timexoviat2023-06-201-3/+6
* | stm32/can: update interruptsxoviat2023-06-191-30/+29
* | 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