Merge branch 'docs/translate_usb_host_notes_index' into 'master'

docs: Provide translation for usb_host_notes_index.rst in api-reference

Closes DOC-7527

See merge request espressif/esp-idf!29877
This commit is contained in:
Shen Meng Jing
2024-04-09 17:38:04 +08:00
2 changed files with 60 additions and 6 deletions
@@ -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::
@@ -10,7 +12,6 @@ This document contains information regarding the implementation details of the U
.. figure:: ../../../../_static/usb_host/stack-overview.png
:align: center
:alt: Diagram of Host Stack Layers
:figclass: align-center
This document is split into the following sections:
@@ -43,13 +44,12 @@ Features & Limitations
**The Host Stack currently supports the following notable features:**
- Support FS (Full Speed) and LS (Low Speed) devices
- Support all transfer types (Control, Bulk, Isochronous, and Interrupt)
- Supports FS (Full Speed) and LS (Low Speed) devices
- Supports all transfer types (Control, Bulk, Isochronous, and Interrupt)
- Automatically enumerates connected devices
- Allows multiple class drivers (i.e., Clients of the USB Host Library) to run simultaneously and share the same device (i.e., composite devices).
- Allows multiple class drivers (i.e., Clients of the USB Host Library) to run simultaneously and share the same device (i.e., composite devices)
**The Host Stack currently has the following notable limitations:**
- No HS (High Speed) support
- No Hub support (currently only supports a single device)