You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core support for Zephyr is mainly present. However, most embedded applications will need drivers. This Issue will track the needs and requests for where to focus on adding driver support.
Fairly straightforward:
I2C controller
I2C peripheral
More extensive:
USB device
Networking
The text was updated successfully, but these errors were encountered:
I think adding an adapter layer between zephyr's low level api's and the embedded_hal crate would be great. That way the existing ecosystem of drivers on rust could be integrated e.g. if embedded_hal was supported as an adapter layer I could easily use one of my existing rust drivers here.
The core support for Zephyr is mainly present. However, most embedded applications will need drivers. This Issue will track the needs and requests for where to focus on adding driver support.
Fairly straightforward:
More extensive:
The text was updated successfully, but these errors were encountered: