espressif_tinyusb/tinyusb/portable
hathach 9be8e7bef6 add nrf52 walkaround for errata 104, 171, 187.
clean up osal_none
2018-04-07 15:03:56 +07:00
..
nordic/nrf5x add nrf52 walkaround for errata 104, 171, 187. 2018-04-07 15:03:56 +07:00
nxp freertos semaphore post issue with control transfer 2018-03-30 18:36:04 +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