-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
embedded-can appears to be in limbo #753
Comments
IMHO, this is causing fragmentation in the ecosystem |
@reneherrero @tristanguerragomez glad to see others share my concerns about the state of CAN in the ecosystem. I've just gotten my PR merged (rust-embedded/embedded-hal#612) that adds defmt traits to embedded-can so I think there is appetite from the maintainers for improvement, there just isn't anyone to do it. I'm hoping to work on CAN FD in the coming weeks which should pave the way for the fdcan crate to properly support the embedded-can traits. |
Any improvements are definitely welcomed and encouraged. However, this is a volunteer-based project where each person has specific interests. |
Raising my hand as interested in contributing to this as well. I've just popped up a draft PR to partially support existing embedded_can types in fdcan driver: stm32-rs/fdcan#56 but I'd be interested in expanding embedded_can further as well. (In particular: CAN FD support as per @liamkinne, and support for split controllers with separate CanRx and CanTx traits). |
Hi,
There's much confusion around the state and direction of embedded-can:
Can anyone shed some light into the matter?
Thanks
The text was updated successfully, but these errors were encountered: