Просмотр исходного кода

simple note on port to new mcu

hathach 8 лет назад
Родитель
Сommit
9cacb93bd8
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      tinyusb/portable/readme.md

+ 4 - 0
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