You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/zh_CN/usb/usb_overview/usb_device_solutions.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ USB Device 方案
4
4
5
5
:link_to_translation:`en:[English]`
6
6
7
-
ESP32-S2/S3 等芯片内置 USB-OTG 外设,支持 USB 设备模式,可以通过 USB 连接到 PC 或者其他 USB 主机设备。结合设备 TinyUSB 协议栈和设备类驱动,可用于开发多种 USB 设备,如 HID 设备、CDC 设备、复合设备等。以下介绍基于 USB 设备的相关解决方案。
7
+
ESP32-S2/S3/P4 等芯片内置 USB-OTG 外设,支持 USB 设备模式,可以通过 USB 连接到 PC 或者其他 USB 主机设备。结合设备 TinyUSB 协议栈和设备类驱动,可用于开发多种 USB 设备,如 HID 设备、CDC 设备、复合设备等。以下介绍基于 USB 设备的相关解决方案。
Copy file name to clipboardExpand all lines: docs/zh_CN/usb/usb_overview/usb_overview.rst
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ USB(Universal Serial Bus)是一种通用的总线标准,用于连接主机
11
11
12
12
USB IF(USB Implementers Forum)是 USB 标准的制定者,它制定了 USB 标准,包括 USB 1.1、USB 2.0、USB 3.0 等,定义了 USB 接口的物理层、数据链路层、传输层、会话层、表示层等协议,以及 USB 设备类(Device Class)标准,常见的设备类包括 HID(Human Interface Device,人机接口设备)、MSC(Mass Storage Class,大容量存储设备)、CDC(Communication Device Class,通信设备)、Audio、Video 等。
13
13
14
-
乐鑫 ESP32-S2/S3/C3 等芯片均已内置 USB-OTG 或 USB-Serial-JTAG 外设,支持各种各样的 USB 应用,包括 USB 多媒体类应用,USB 通信类应用,USB 存储类应用,USB 人机交互类应用等。
14
+
乐鑫 ESP32-S2/S3/C3/P4 等芯片均已内置 USB-OTG 或 USB-Serial-JTAG 外设,支持各种各样的 USB 应用,包括 USB 多媒体类应用,USB 通信类应用,USB 存储类应用,USB 人机交互类应用等。
15
15
16
16
17
17
.. image:: ../../../_static/usb_solutions.png
@@ -61,6 +61,15 @@ ESP-IDF 从 v4.4 开始已经包含 USB Host 和 USB Device 协议栈和各种
0 commit comments