espressif_tinyusb/src/portable
hathach 177adf4bfa replace dcd_bus_event() and dcd_setup_received() by dcd_event_handler() 2018-10-23 16:31:45 +07:00
..
nordic/nrf5x replace dcd_bus_event() and dcd_setup_received() by dcd_event_handler() 2018-10-23 16:31:45 +07:00
nxp replace dcd_bus_event() and dcd_setup_received() by dcd_event_handler() 2018-10-23 16:31:45 +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