espressif_tinyusb/tinyusb/portable/readme.md

5 lines
190 B
Markdown
Raw Normal View History

2018-03-28 08:56:34 +02: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