espressif_tinyusb/tinyusb/portable
hathach d1ecef4fc3 correct errata check for nrf52840 first production 2018-06-13 14:25:33 +07:00
..
nordic/nrf5x correct errata check for nrf52840 first production 2018-06-13 14:25:33 +07:00
nxp add xferred bytes for device control 2018-05-15 22:06:49 +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