atsam-rs/atsam4-hal

Add support for USB Device Port (UDP)

haata opened this issue · 1 comments

haata commented

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 commented

Fixed with 080a10a