rust-embedded/linux-embedded-hal

Controller Area Network

reneherrero opened this issue · 2 comments

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

  • There's a PR well underway to get CAN support added to the embedded-hal repo.
  • I have an implementation that still needs some polishing, but is working.

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

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.

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