espressif_tinyusb/src/portable
hathach 426064201a fix samd build 2018-12-19 13:16:42 +07:00
..
microchip fix samd build 2018-12-19 13:16:42 +07:00
nordic/nrf5x add dcd_get_microframe() 2018-12-17 12:14:11 +07:00
nxp add dcd_get_microframe() 2018-12-17 12:14:11 +07:00
readme.md rename subfolder source to src 2018-06-18 14:05:24 +07:00

readme.md

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