mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-24 17:27:21 +00:00
docs: Provide translation for usb_host_notes_index.rst in api-reference
This commit is contained in:
@@ -10,7 +10,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 +42,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)
|
||||
|
||||
|
Reference in New Issue
Block a user