Files
tinyUSB/tinyusb/portable
hathach 8516ca27a1 freertos semaphore post issue with control transfer
configAssert misunderstand _control_sem as mutex !!!!
2018-03-30 18:36:04 +07:00
..
2018-03-29 18:10:01 +07:00
2018-03-28 13:56:34 +07:00

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