docs: add performance show

Signed-off-by: sakumisu <1203593632@qq.com>
This commit is contained in:
sakumisu
2025-05-09 11:52:07 +08:00
parent 9d06a940f0
commit 96cbbfc1be
16 changed files with 82 additions and 21 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

View File

@@ -0,0 +1,72 @@
性能展示
==============================
以下演示了 CherryUSB 在不同应用中的性能表现。主要演示高速模式,全速看不出什么性能差异。
CDC 通信
----------------
可以达到硬件极限性能当然需要硬件理论支持到这速度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
USB Device MSC
-----------------
演示 USB Device MSC 使用 SDXC3.0 + EMMC 测试。
.. figure:: img/usbdev_msc.png
USB Device RNDIS
-----------------------
.. note:: 默认 rndis 仅支持单包,因此下面速度为最低速度。多包支持需要联系作者。
演示 USB Device RNDIS 局域网下搭配 lwip 的速度。
作为 client
.. figure:: img/usbdev_rndis_lwip.png
作为 server
.. figure:: img/usbdev_rndis_lwip2.png
演示 USB Device RNDIS + WIFI 透传测试。
.. figure:: img/usbdev_rndis_wifi.png
.. figure:: img/usbdev_rndis_wifi2.png
演示 USB Device RNDIS + 百兆以太网透传测试。
.. figure:: img/usbdev_rndis_win.png
.. figure:: img/usbdev_rndis_linux.png
USB Host MSC
-----------------------
演示 USB Host MSC 在 USB2.0 和 USB3.0 下的速度U盘推荐使用固态测试。
.. figure:: img/usbhost_msc.png
.. figure:: img/usbhost_msc_xhci.png
USB Host UVC
-----------------------
演示 USB Host UVC 驱动 648 * 480 YUV 摄像头。FPS 30。
.. figure:: img/usbhost_uvc.gif
USB Host WIFI
-----------------------
演示 USB Host 驱动 BL616 USB WIFI。
.. figure:: img/usbhost_wifi.png