espressif_tinyusb/tinyusb/portable
hathach ec28d0d0da clean up warnings 2018-04-20 13:42:06 +07:00
..
nordic/nrf5x clean up warnings 2018-04-20 13:42:06 +07:00
nxp rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODE 2018-04-14 14:08:48 +07:00
readme.md simple note on port to new mcu 2018-03-28 13:56:34 +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