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

Webusb #36

Open
jacobrosenthal opened this issue Feb 2, 2020 · 1 comment
Open

Webusb #36

jacobrosenthal opened this issue Feb 2, 2020 · 1 comment

Comments

@jacobrosenthal
Copy link
Contributor

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 :)

@jyelloz
Copy link

jyelloz commented Sep 27, 2021

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.

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

2 participants