mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
bf70f89240
It currently supports the SAMD21 and SAMD51 only. More will be added later.
To port tinyusb to support new MCU you need to implement all API in the
- tusb_hal.h (mandatory for both device and host stack)
- device/dcd.h for device stack
- host/hcd.h for host stack