update rst
This commit is contained in:
@@ -114,4 +114,4 @@ CherryUSB 是一个小而美的、可移植性高的、用于嵌入式系统的
|
||||
:maxdepth: 1
|
||||
:caption: 商业支持
|
||||
|
||||
support
|
||||
support/index
|
||||
@@ -50,7 +50,14 @@ port 中 urb->timeout 清0 的处理有点问题(大数据量传输时会出
|
||||
CherryUSB 性能能到多少
|
||||
----------------------------------------------------------------
|
||||
|
||||
可以达到硬件极限性能,比如 HPM 系列,从机可以到 42MB/s, 主机 44MB/s,全速芯片一般 800 ~ 1000KB/s,当然需要硬件理论支持到这速度,CherryUSB 就支持到这速度
|
||||
可以达到硬件极限性能,当然需要硬件理论支持到这速度,CherryUSB 就支持到这速度,举例如下:
|
||||
|
||||
- HPM 系列(从机可以到 42MB/S, 主机 44MB/S, 已经达到硬件极限)
|
||||
- BL 系列(从机 32MB/S, 主机 25MB/S, 已经达到硬件极限)
|
||||
- STM32F4 全速(从机 900KB/S, 主机 1.12MB/S, 已经达到硬件极限)
|
||||
|
||||
从机测速demo: cdc_acm_template.c 并且关闭 log,脚本使用 `tools/test_srcipts/test_cdc_speed.py`
|
||||
主机测速demo: usb_host.c 中 TEST_USBH_CDC_SPEED=1
|
||||
|
||||
ST IP 命名问题
|
||||
------------------
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
商业支持
|
||||
==============================
|
||||
|
||||
以下内容为商业收费类,如需支持,请邮件到 1203593632@qq.com。
|
||||
|
||||
- 主机 UVC & UAC 类 IP 驱动(只针对 ISO 驱动)和 UAC/UVC 框架
|
||||
- 主从机 MTP 类驱动
|
||||
- USB 网卡类高性能版本优化(支持多包发送和接收)
|
||||
- 定制化 class 驱动或者 IP 驱动
|
||||
- 技术支持相关
|
||||
BIN
docs/source/support/img/dwc2_hostuvc.png
Normal file
BIN
docs/source/support/img/dwc2_hostuvc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 145 KiB |
BIN
docs/source/support/img/ehci_hostuvc1.png
Normal file
BIN
docs/source/support/img/ehci_hostuvc1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 227 KiB |
BIN
docs/source/support/img/ehci_hostuvc2.png
Normal file
BIN
docs/source/support/img/ehci_hostuvc2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 219 KiB |
BIN
docs/source/support/img/rndisrx.png
Normal file
BIN
docs/source/support/img/rndisrx.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 129 KiB |
BIN
docs/source/support/img/rndistx.png
Normal file
BIN
docs/source/support/img/rndistx.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 144 KiB |
24
docs/source/support/index.rst
Normal file
24
docs/source/support/index.rst
Normal file
@@ -0,0 +1,24 @@
|
||||
商业支持
|
||||
==============================
|
||||
|
||||
以下内容为商业收费类,如需支持,请邮件到 1203593632@qq.com。
|
||||
|
||||
- 主机 UVC & UAC 类 EHCI IP 中 ISO 驱动和 UAC/UVC 框架
|
||||
|
||||
.. figure:: img/ehci_hostuvc1.png
|
||||
.. figure:: img/ehci_hostuvc2.png
|
||||
|
||||
- 主机 UVC & UAC 类 DWC2 IP 中 ISO 驱动和 UAC/UVC 框架
|
||||
|
||||
.. figure:: img/dwc2_hostuvc.png
|
||||
|
||||
- 主机 UVC & UAC 类 MUSB IP 中 ISO 驱动和 UAC/UVC 框架, MUSB 需要为 mentor 公司制定的标准 IP
|
||||
|
||||
- 主从机 MTP 类驱动
|
||||
- USB 网卡类高性能版本优化,包含 CDC-NCM, CDC-RNDIS, 私有类驱动(支持多包发送和接收),下面举例 RNDIS
|
||||
|
||||
.. figure:: img/rndistx.png
|
||||
.. figure:: img/rndisrx.png
|
||||
|
||||
- 定制化 class 驱动或者 IP 驱动
|
||||
- 技术支持相关
|
||||
Reference in New Issue
Block a user