rust-embedded / embedded-hal

A Hardware Abstraction Layer (HAL) for embedded systems
Apache License 2.0
1.96k stars 197 forks source link

CAN FD support #578

Open tristanguerragomez opened 7 months ago

tristanguerragomez commented 7 months ago

CAN FD is rapidly becoming that de facto as it can provide much more bandwidth and is backwards compatible with CAN 2.0.

Are there any plans to update the API to support this scenario?

reneherrero commented 7 months ago

The fact that they moved the CAN code to a separate crate which is not at v1.0 might be indicative that changes are welcome?

Does anyone have any insight on this?