summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2026-04-04 17:21:50 +0800
committersakumisu <[email protected]>2026-04-04 21:58:49 +0800
commit3297d8f65775e2dac197386c9ca385bb30ee2b16 (patch)
treeffcd98bcd002134971a74243b4133664fd112a92 /docs
parent3d97aeebdef5d8a8ec3907d3f4f44816d49cd76e (diff)
docs: update rst
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/zh/quick_start/demo.rst39
-rw-r--r--docs/zh/support/img/ehci_hostuvc3.pngbin0 -> 59013 bytes
-rw-r--r--docs/zh/support/index.rst10
3 files changed, 43 insertions, 6 deletions
diff --git a/docs/zh/quick_start/demo.rst b/docs/zh/quick_start/demo.rst
index 2cadfb13..efa12f3f 100644
--- a/docs/zh/quick_start/demo.rst
+++ b/docs/zh/quick_start/demo.rst
@@ -133,7 +133,7 @@ ESP-Registry 可以参考官方文档,推荐使用 vscode + esp-idf 的开发�
- CHIPIDEA/kinetis
- less than latest
-基于 SiFli SF32 系列芯片(官方 SDK 支持)
+基于 SiFli 系列芯片(官方 SDK 支持)
--------------------------------------------
.. list-table::
@@ -161,10 +161,19 @@ ESP-Registry 可以参考官方文档,推荐使用 vscode + esp-idf 的开发�
- RP2040
- less than latest
-基于 Actionstech 系列芯片(官方 SDK 支持)
+基于 Bekencorp 系列芯片(官方 SDK 支持)
------------------------------------------------------
-Not opensource, 请联系 Actionstech 官方
+.. list-table::
+ :widths: 10 10 10
+ :header-rows: 1
+
+ * - Repo url
+ - USB IP
+ - Version
+ * - https://github.com/bekencorp/armino
+ - MUSB
+ - equal to v0.7.0
基于 ST 系列芯片
---------------------------
@@ -312,3 +321,27 @@ USB Host 移植要点
- 启动线程
.. figure:: img/stm32_18.png
+
+基于 Sophgo 系列芯片(官方 SDK 支持)
+------------------------------------------------------
+
+.. list-table::
+ :widths: 10 10 10
+ :header-rows: 1
+
+ * - Repo url
+ - USB IP
+ - Version
+ * - https://github.com/CherryUSB/cvi_alios_open
+ - DWC2
+ - equal to v0.7.0
+
+基于 Actionstech 系列芯片(官方 SDK 支持)
+------------------------------------------------------
+
+Not opensource, 请联系 Actionstech 官方
+
+基于新塘系列芯片(官方 SDK 支持)
+------------------------------------------------------
+
+Not opensource, 请联系 新塘 官方
diff --git a/docs/zh/support/img/ehci_hostuvc3.png b/docs/zh/support/img/ehci_hostuvc3.png
new file mode 100644
index 00000000..e39ed09e
--- /dev/null
+++ b/docs/zh/support/img/ehci_hostuvc3.png
Binary files differ
diff --git a/docs/zh/support/index.rst b/docs/zh/support/index.rst
index e30c4bb0..af2e1c3e 100644
--- a/docs/zh/support/index.rst
+++ b/docs/zh/support/index.rst
@@ -7,23 +7,24 @@
.. figure:: img/ohci.png
-- EHCI IP 中 ISO 驱动和 UAC/UVC 框架,搭配主机 UVC & UAC 类(这部分是开源的)使用。iso 支持一个微帧 1/2/3 包,支持 MJPEG 和 YUV 摄像头
+- EHCI IP 中 ISO 驱动和 UAC/UVC 框架,搭配主机 UVC & UAC 类(这部分是开源的)使用。支持 ISO 和 bulk 模式,iso 支持一个微帧 1/2/3 包,支持 MJPEG 和 YUV 摄像头
.. figure:: img/ehci_hostuvc1.png
.. figure:: img/ehci_hostuvc2.png
+.. figure:: img/ehci_hostuvc3.png
演示 USB Host UVC 驱动 648 * 480 YUV 摄像头。FPS 30。
.. figure:: img/usbhost_uvc.gif
-- DWC2 IP 中 ISO 驱动和 UAC/UVC 框架,搭配主机 UVC & UAC 类(这部分是开源的)使用。iso 支持一个微帧 1/2/3 包,支持 MJPEG 和 YUV 摄像头
+- DWC2 IP 中 ISO 驱动和 UAC/UVC 框架,搭配主机 UVC & UAC 类(这部分是开源的)使用。支持 ISO 和 bulk 模式,iso 支持一个微帧 1/2/3 包,支持 MJPEG 和 YUV 摄像头
.. figure:: img/dwc2_hostuvc1.png
.. figure:: img/dwc2_hostuvc2.png
.. figure:: img/dwc2_hostuvc3.png
.. figure:: img/dwc2_hostuac.png
-- MUSB IP 中 ISO 驱动和 UAC/UVC 框架,搭配主机 UVC & UAC 类(这部分是开源的)使用。MUSB 需要为 mentor 公司制定的标准 IP
+- MUSB IP 中 ISO 驱动和 UAC/UVC 框架,搭配主机 UVC & UAC 类(这部分是开源的)使用。支持 ISO 和 bulk 模式,支持 MJPEG 和 YUV 摄像头,MUSB 需要为 mentor 公司制定的标准 IP
- 从机 MTP 类驱动, 支持多文件和多文件夹,支持 MCU 端增删文件并与 PC 同步
@@ -39,5 +40,8 @@
.. figure:: img/rndistx.png
.. figure:: img/rndisrx.png
+- 主机 DFU 驱动支持
+- 主机 USBIP 支持
+
- 定制化 class 驱动或者 IP 驱动适配
- 技术支持相关 \ No newline at end of file