diff options
| author | hathach <[email protected]> | 2018-03-28 13:56:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-28 13:56:34 +0700 |
| commit | 9cacb93bd829bfd3bca0cf7668e0c63053261fe7 (patch) | |
| tree | 360c8716d64c822bf3592a9a40f49e0526df2449 /tinyusb | |
| parent | 47c125d0257fb8f053870b33bded1f422ff81847 (diff) | |
simple note on port to new mcu
Diffstat (limited to 'tinyusb')
| -rw-r--r-- | tinyusb/portable/readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tinyusb/portable/readme.md b/tinyusb/portable/readme.md new file mode 100644 index 000000000..a3e8557dc --- /dev/null +++ b/tinyusb/portable/readme.md @@ -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 |
