espressif_tinyusb/src/portable
hathach f932cf3854 stm32 update fifo in comment 2019-03-17 15:16:52 +07:00
..
microchip dcd_set_address include status response, usbd control stall both control in and out 2019-03-13 23:14:48 +07:00
nordic/nrf5x dcd_set_address include status response, usbd control stall both control in and out 2019-03-13 23:14:48 +07:00
nxp dcd_set_address include status response, usbd control stall both control in and out 2019-03-13 23:14:48 +07:00
st/stm32f4 stm32 update fifo in comment 2019-03-17 15:16:52 +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