summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIngHK <[email protected]>2024-04-04 14:16:39 +0200
committerIngHK <[email protected]>2024-04-04 14:16:39 +0200
commit0c5e14cdaa98b3d801fcaf05e3b6c941031a55b2 (patch)
tree2d2c986a7e2752275f3c0c06aa02bcf708490eb7 /docs
parent68602e4adda941ab11826afbd7b82e44134a97ae (diff)
updated doc
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/index.rst b/docs/reference/index.rst
index 9ecdf619b..509babef2 100644
--- a/docs/reference/index.rst
+++ b/docs/reference/index.rst
@@ -27,7 +27,7 @@ Supports multiple device configurations by dynamically changing USB descriptors,
- Audio Class 2.0 (UAC2)
- Bluetooth Host Controller Interface (BTH HCI)
-- Communication Device Class (CDC)
+- Communications Device Class (CDC)
- Device Firmware Update (DFU): DFU mode (WIP) and Runtime
- Human Interface Device (HID): Generic (In & Out), Keyboard, Mouse, Gamepad etc ...
- Mass Storage Class (MSC): with multiple LUNs
@@ -45,8 +45,8 @@ Host Stack
- Human Interface Device (HID): Keyboard, Mouse, Generic
- Mass Storage Class (MSC)
-- Communication Device Class: CDC-ACM
-- Vendor serial over USB: FTDI, CP210x
+- Communications Device Class (CDC): Abstract Control Model (ACM)
+- Vendor serial over USB: FTDI, CP210x, CH34x, PL230x
- Hub with multiple-level support
Similar to the Device Stack, if you have a special requirement, `usbh_app_driver_get_cb()` can be used to write your own class driver without modifying the stack.