adafruit / Adafruit_TinyUSB_Arduino

Arduino library for TinyUSB
MIT License
477 stars 127 forks source link

Support max3421e (usb host shield) for nrf52 and samd21/samd51 #334

Closed hathach closed 1 year ago

hathach commented 1 year ago

PS: not tested with hub + device, hub + lowspeed device

lyusupov commented 1 year ago

I am curious of why external MAX3421 USB Host is required for a SAMD x1 SoC when the latter can do the Host feature with built-in hardware components ? Please, see this library as a known good example: https://github.com/gdsports/USB_Host_Library_SAMD

hathach commented 1 year ago

we like to keep usb device for uploading and debugging. Feel free to use other library if you don't want to use max3421 for samd