espressif_tinyusb/src/portable
hathach b62ca2e5cd nrf5x: correct control transfer direction
added dcd description.
2018-11-16 21:52:23 +07:00
..
microchip update example for PR. correct share_control definition 2018-11-14 16:03:58 +07:00
nordic/nrf5x nrf5x: correct control transfer direction 2018-11-16 21:52:23 +07:00
nxp replace dcd_xfer_complete by dcd_xfer_complete() 2018-10-24 00:44:26 +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