simple note on port to new mcu

This commit is contained in:
hathach 2018-03-28 13:56:34 +07:00
parent 47c125d025
commit 9cacb93bd8
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
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