rename subfolder source to src

This commit is contained in:
hathach
2018-06-18 14:05:24 +07:00
parent b96e8c6cef
commit 424735d440
70 changed files with 0 additions and 0 deletions

4
src/portable/readme.md Normal file
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