Open larsbrinkhoff opened 5 years ago
@ataradov's USB implementation doesn't look like a huge amount of code to port:
https://github.com/ataradov/dgw/blob/master/embedded/usb.c
V-USB may also provide inspiration:
https://github.com/obdev/v-usb
USB in a nutshell:
https://www.beyondlogic.org/usbnutshell/usb1.shtml
USB stack. Phew!