We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Theres some good webusb support just merged https://github.com/mvirkkunen/usbd-webusb-blinky/blob/master/src/main.rs
If it gets anyone inspired to work on usbd impl :)
The text was updated successfully, but these errors were encountered:
I finally got some basic usbd support for the Tomu working at: https://github.com/jyelloz/efm32hg-usbd / https://github.com/jyelloz/synopsys-usb-otg . There's an example program at https://github.com/jyelloz/tomu-usbtool which is a keyboard that will mute/unmute your PC's sound periodically. Right now it's in a state where it works but I have not figured out the best way to integrate my changes with the synopsys library and how to organize the code correctly and there are probably also some defects.
Also, I haven't tested it with anything but the HID class yet but maybe it will work with webusb.
Sorry, something went wrong.
No branches or pull requests
Theres some good webusb support just merged
https://github.com/mvirkkunen/usbd-webusb-blinky/blob/master/src/main.rs
If it gets anyone inspired to work on usbd impl :)
The text was updated successfully, but these errors were encountered: