-
Notifications
You must be signed in to change notification settings - Fork 225
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
The twai
driver is tightly coupled to the embedded-hal
/embedded-can
packages
#1123
Comments
I don't really see a path forward here other than duplicating all the types from these packages and implementing the |
I will say that using the provided structs and enums from
|
Let's use #1317 to track progress here moving forward. |
Ideally, all of our drivers should function without using any of the
embedded-hal
/embedded-can
traits; these traits are only interfaces. Unfortunately, ourtwai
driver is currently quite tightly coupled to these dependencies.This needs to be fixed; I have started looking into this a bit, but unfortunately I think we will need to duplicate quite a few enums/structs from these packages :/
The text was updated successfully, but these errors were encountered: