Skip to content

Commit 5ae373d

Browse files
committed
docs: update rst
Signed-off-by: sakumisu <1203593632@qq.com>
1 parent 3d97aee commit 5ae373d

3 files changed

Lines changed: 41 additions & 4 deletions

File tree

docs/zh/quick_start/demo.rst

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ ESP-Registry 可以参考官方文档,推荐使用 vscode + esp-idf 的开发
133133
- CHIPIDEA/kinetis
134134
- less than latest
135135

136-
基于 SiFli SF32 系列芯片(官方 SDK 支持)
136+
基于 SiFli 系列芯片(官方 SDK 支持)
137137
--------------------------------------------
138138

139139
.. list-table::
@@ -161,11 +161,44 @@ ESP-Registry 可以参考官方文档,推荐使用 vscode + esp-idf 的开发
161161
- RP2040
162162
- less than latest
163163

164+
基于 Bekencorp 系列芯片(官方 SDK 支持)
165+
------------------------------------------------------
166+
167+
.. list-table::
168+
:widths: 10 10 10
169+
:header-rows: 1
170+
171+
* - Repo url
172+
- USB IP
173+
- Version
174+
* - https://github.com/bekencorp/armino
175+
- MUSB
176+
- = v0.7.0
177+
178+
基于 Sophgo 系列芯片(官方 SDK 支持)
179+
------------------------------------------------------
180+
181+
.. list-table::
182+
:widths: 10 10 10
183+
:header-rows: 1
184+
185+
* - Repo url
186+
- USB IP
187+
- Version
188+
* - https://github.com/CherryUSB/cvi_alios_open
189+
- DWC2
190+
- = v0.7.0
191+
164192
基于 Actionstech 系列芯片(官方 SDK 支持)
165193
------------------------------------------------------
166194

167195
Not opensource, 请联系 Actionstech 官方
168196

197+
基于新塘系列芯片(官方 SDK 支持)
198+
------------------------------------------------------
199+
200+
Not opensource, 请联系 新塘 官方
201+
169202
基于 ST 系列芯片
170203
---------------------------
171204

57.6 KB
Loading

docs/zh/support/index.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,24 @@
77

88
.. figure:: img/ohci.png
99

10-
- EHCI IP 中 ISO 驱动和 UAC/UVC 框架,搭配主机 UVC & UAC 类(这部分是开源的)使用。iso 支持一个微帧 1/2/3 包,支持 MJPEG 和 YUV 摄像头
10+
- EHCI IP 中 ISO 驱动和 UAC/UVC 框架,搭配主机 UVC & UAC 类(这部分是开源的)使用。支持 ISO 和 bulk 模式,iso 支持一个微帧 1/2/3 包,支持 MJPEG 和 YUV 摄像头
1111

1212
.. figure:: img/ehci_hostuvc1.png
1313
.. figure:: img/ehci_hostuvc2.png
14+
.. figure:: img/ehci_hostuvc3.png
1415

1516
演示 USB Host UVC 驱动 648 * 480 YUV 摄像头。FPS 30。
1617

1718
.. figure:: img/usbhost_uvc.gif
1819

19-
- DWC2 IP 中 ISO 驱动和 UAC/UVC 框架,搭配主机 UVC & UAC 类(这部分是开源的)使用。iso 支持一个微帧 1/2/3 包,支持 MJPEG 和 YUV 摄像头
20+
- DWC2 IP 中 ISO 驱动和 UAC/UVC 框架,搭配主机 UVC & UAC 类(这部分是开源的)使用。支持 ISO 和 bulk 模式,iso 支持一个微帧 1/2/3 包,支持 MJPEG 和 YUV 摄像头
2021

2122
.. figure:: img/dwc2_hostuvc1.png
2223
.. figure:: img/dwc2_hostuvc2.png
2324
.. figure:: img/dwc2_hostuvc3.png
2425
.. figure:: img/dwc2_hostuac.png
2526

26-
- MUSB IP 中 ISO 驱动和 UAC/UVC 框架,搭配主机 UVC & UAC 类(这部分是开源的)使用。MUSB 需要为 mentor 公司制定的标准 IP
27+
- MUSB IP 中 ISO 驱动和 UAC/UVC 框架,搭配主机 UVC & UAC 类(这部分是开源的)使用。支持 ISO 和 bulk 模式,支持 MJPEG 和 YUV 摄像头,MUSB 需要为 mentor 公司制定的标准 IP
2728

2829
- 从机 MTP 类驱动, 支持多文件和多文件夹,支持 MCU 端增删文件并与 PC 同步
2930

@@ -39,5 +40,8 @@
3940
.. figure:: img/rndistx.png
4041
.. figure:: img/rndisrx.png
4142

43+
- 主机 DFU 驱动支持
44+
- 主机 USBIP 支持
45+
4246
- 定制化 class 驱动或者 IP 驱动适配
4347
- 技术支持相关

0 commit comments

Comments
 (0)