stm32-rs / fdcan

FDCAN peripheral driver for STM32 chips
Apache License 2.0
12 stars 14 forks source link

Implement partial embedded_can 0.4 compatibility (id conversions, transmit, receive) #56

Open projectgus opened 1 month ago

projectgus commented 1 month ago

Relevant to #44. Was working with another third party crate that used embedded_can types and Id conversions in particular were a pain, so decided to jump in and try to add some support here.

In this PR:

Not in this PR:

projectgus commented 1 month ago

Marking as a draft because I haven't tested the receive functions yet.