stm32-rs / stm32f7xx-hal

A Rust embedded-hal HAL for all MCUs in the STM32 F7 family
Apache License 2.0
117 stars 68 forks source link

Support for CAN #109

Closed santiagoalvarez closed 3 years ago

santiagoalvarez commented 3 years ago

I created a PR #108 in order to start a discussion around adding some CAN support for the crate.

The current PR is mostly copied from https://github.com/stm32-rs/stm32f1xx-hal/pull/293 with a few modifications to simplify it's initial adoption.

santiagoalvarez commented 3 years ago

Since we are in the last few steps of merging the PR I will close this ticket