espressif_tinyusb/src/portable
hathach e3514b8054
rename hcd_device_remove to hcd_device_close
2018-12-12 11:34:09 +07:00
..
microchip hal clean up 2018-12-05 13:20:25 +07:00
nordic/nrf5x update nrf errata 2018-12-05 14:30:47 +07:00
nxp rename hcd_device_remove to hcd_device_close 2018-12-12 11:34:09 +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