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

Add support for USB Device Port (UDP) #20

Closed
haata opened this issue Apr 7, 2021 · 1 comment
Closed

Add support for USB Device Port (UDP) #20

haata opened this issue Apr 7, 2021 · 1 comment

Comments

@haata
Copy link
Collaborator

haata commented Apr 7, 2021

This will likely be one of the more difficult modules to write.

Fortunately, we can use this to help a bit: https://github.com/mvirkkunen/usb-device

The atsamd USB port is quite a bit different than atsam4 unfortunately: https://github.com/atsamd-rs/atsamd/tree/master/hal/src/common/thumbv7em/usb

avr is a bit closer but still has difference (but unfortunately doesn't have a usb implementation yet in avr-hal).

@haata
Copy link
Collaborator Author

haata commented May 8, 2021

Fixed with 080a10a

@haata haata closed this as completed May 8, 2021
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