espressif_tinyusb/src/portable
hathach 5f6cd49031 clean up include 2018-07-23 23:41:14 +07:00
..
nordic/nrf5x reworking device hid class driver 2018-07-23 15:25:45 +07:00
nxp clean up include 2018-07-23 23:41:14 +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