rust-embedded / linux-embedded-hal

Implementation of the `embedded-hal` traits for Linux devices
Apache License 2.0
232 stars 40 forks source link

Controller Area Network #47

Closed reneherrero closed 3 years ago

reneherrero commented 3 years ago

Here to inquire on the steps to get CAN support added:

Is submitting a PR here that references my repo the way to go?

ryankurte commented 3 years ago

hey thanks for the issue! to add can support to linux-embedded-hal the best thing to do (as you suggest) is to open a work-in-progress PR here with links to upstream blocking PRs and dependencies.

reneherrero commented 3 years ago

Ok, I'll do some more polishing and get this in motion.