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 goal is to have a clean, minimal Rust implementation, not a wrapper of an existing C implementation (e.g. the STMicroelectronics implementation or libopencm3). Studying https://github.com/dmitrystu/libusb_stm32 should prove helpful in finding all the details hidden "somewhere" in the datasheet and reference manual.
The text was updated successfully, but these errors were encountered:
The biggest problem moving this effort forward is the lack of an embedded Rust USB stack: rust-embedded/wg#40
There is a port of @mvirkkunen's usb-device (implemented for stm32f103) to atsamd21, and another effort for stm32f0.
The goal is to have a clean, minimal Rust implementation, not a wrapper of an existing C implementation (e.g. the STMicroelectronics implementation or libopencm3). Studying https://github.com/dmitrystu/libusb_stm32 should prove helpful in finding all the details hidden "somewhere" in the datasheet and reference manual.
The text was updated successfully, but these errors were encountered: