docs: Edit the CN Translation and EN Source of usb-host

pull/13660/head
shenmengjing 2024-04-03 10:45:06 +08:00
rodzic dbfc2bff84
commit b8808f4211
2 zmienionych plików z 10 dodań i 6 usunięć

Wyświetl plik

@ -1,6 +1,8 @@
USB Host Maintainers Notes (Introduction)
=========================================
:link_to_translation:`zh_CN:[中文]`
This document contains information regarding the implementation details of the USB Host stack. This document is intended for the maintainers and third-party contributors of the USB Host stack. Users of the USB Host stack should refer to :doc:`../usb_host` instead.
.. warning::

Wyświetl plik

@ -1,11 +1,13 @@
USB 主机维护者注意事项(简介)
USB 主机维护者注意事项(简介)
==============================
本文档包含有关 USB 主机协议栈实现细节的信息,面向 USB 主机协议栈的维护者和第三方贡献者。USB 主机协议栈的用户请参考 :doc:`../usb_host`
:link_to_translation:`en:[English]`
本文档包含有关 USB 主机协议栈实现细节的信息面向USB 主机协议栈的维护者和第三方贡献者。USB 主机协议栈的用户请参考 :doc:`../usb_host`
.. warning::
USB 主机协议栈的实现细节属于私有 API因此除 USB 主机库外的所有层均不遵循 :ref:`ESP-IDF's 版本简介<versioning-scheme>` 即允许进行重大更改。
USB 主机协议栈的实现细节属于私有 API因此除 USB 主机库外的所有层均不遵循 :ref:`ESP-IDF's 版本简介<versioning-scheme>`即允许进行重大更改。
.. figure:: ../../../../_static/usb_host/stack-overview.png
:align: center
@ -22,7 +24,7 @@ USB 主机维护者注意事项(简介)
待写章节:
- USB 主机维护者注意事项 (HAL 和 LL)
- USB 主机维护者注意事项HAL 和 LL
- USB 主机维护者注意事项 (HCD)
- USB 主机维护者注意事项 (USBH)
- USB 主机维护者注意事项 (Hub)
@ -49,5 +51,5 @@ ESP-IDF USB 主机协议栈(以下简称为主机协议栈)的实现考虑
**主机协议栈目前存在以下显著局限:**
- 不支持 HS (高速) 设备
- 不支持集线器 (当前仅支持单个设备)
- 不支持 HS(高速)设备
- 不支持集线器(当前仅支持单个设备)