add structure svg

This commit is contained in:
sakumisu
2022-10-02 14:57:47 +08:00
parent 7485710fff
commit 97a921583f
3 changed files with 38 additions and 0 deletions

View File

@@ -16,6 +16,14 @@ CherryUSB 是一个小而美的、可移植性高的、用于嵌入式系统的
- 主从收发接口的使用等价于 uart tx/rx dma 的使用,长度也没有限制
- 能够达到 USB 硬件理论带宽
从机协议栈整体执行流程:
.. figure:: usbdev.svg
主机协议栈整体执行流程:
.. figure:: usbhost.svg
其他相关链接:
- **从机协议栈视频教程** https://www.bilibili.com/video/BV1Ef4y1t73d

21
docs/source/usbdev.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 53 KiB

9
docs/source/usbhost.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 30 KiB