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

This commit is contained in:
shenmengjing
2024-03-27 17:59:32 +08:00
parent 520ed675d7
commit dbfc2bff84
2 changed files with 56 additions and 6 deletions

View File

@@ -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)