diff options
| author | sakumisu <[email protected]> | 2021-11-09 10:36:40 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2021-11-09 10:39:33 +0800 |
| commit | 287e9c2a27be0c0a7e570e3a29847f51227da9f8 (patch) | |
| tree | 6091c714e072529591c89f0eeb2213d2186fedf1 | |
| parent | 7e207b70e2dddee5dd219f84cdea4a2edb86f7e3 (diff) | |
add reference manual url
| -rw-r--r-- | README.rst | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -18,8 +18,31 @@ USB Stack 是一个跨平台的、用于嵌入式 MCU 的 USB 协议栈。其中 - 支持 Vendor 类 class
- 支持 WINUSB1.0、WINUSB2.0
+USB 参考手册
+-------------------------------
+
+- USB2.0规格书: `<https://www.usb.org/document-library/usb-20-specification>`_
+- CDC: `<https://www.usb.org/document-library/class-definitions-communication-devices-12>`_
+- MSC: `<https://www.usb.org/document-library/mass-storage-class-specification-overview-14>`_
+ `<https://www.usb.org/document-library/mass-storage-bulk-only-10>`_
+- AUDIO:
+- VIDEO:
+- TMC:
+- DFU:
+
+USB 协议栈实现
+-------------------------------
+
+USB DEVICE 协议栈
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
USB DEVICE 协议栈的代码实现过程参考 `<https://www.bilibili.com/video/BV1Ef4y1t73d>`_
+USB HOST 协议栈
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+waiting....
+
USB DEVICE 协议栈 porting 接口
-------------------------------
|
