Skip to content
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

USB Support #1

Open
nickray opened this issue Mar 11, 2019 · 1 comment
Open

USB Support #1

nickray opened this issue Mar 11, 2019 · 1 comment

Comments

@nickray
Copy link
Member

nickray commented Mar 11, 2019

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.

@nickray nickray added the help wanted Extra attention is needed label Mar 11, 2019
@nickray
Copy link
Member Author

nickray commented May 12, 2019

Toil and pain have resulted in Serial-over-USB working: https://github.com/nickray/stm32l43x-usbd

@nickray nickray removed the help wanted Extra attention is needed label May 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant