summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2026-03-11 21:26:01 +0800
committersakumisu <[email protected]>2026-03-11 21:26:18 +0800
commit918789e9780f70f0b225a2635d78e6ef5ba0dc5c (patch)
treecfca5632f3afd803baa8b720e07c68034a99c553
parenta7e36ed8af7229f80c4669105ec507aec5e9c192 (diff)
docs: update readme
Signed-off-by: sakumisu <[email protected]>
-rw-r--r--README.md4
-rw-r--r--README_zh.md8
2 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index d0c5a1f3..9b9245bb 100644
--- a/README.md
+++ b/README.md
@@ -70,10 +70,11 @@ CherryUSB Device Stack has the following functions:
- Support Mass Storage Class (MSC)
- Support USB VIDEO CLASS (UVC1.0, UVC1.5)
- Support USB AUDIO CLASS (UAC1.0, UAC2.0)
+- Support Remote NDIS (RNDIS)
- Support Device Firmware Upgrade CLASS (DFU)
- Support USB MIDI CLASS (MIDI)
-- Support Remote NDIS (RNDIS)
- Support Media Transfer Protocol (MTP)
+- Support Test and Measurement Class (TMC)
- Support WINUSB1.0, WINUSB2.0, WEBUSB, BOS
- Support Vendor display ([xfz1986_usb_graphic_driver](https://github.com/chuanjinpang/win10_idd_xfz1986_usb_graphic_driver_display))
- Support Vendor class
@@ -113,6 +114,7 @@ CherryUSB Host Stack has the following functions:
- Support USB Video CLASS (UVC1.0, UVC1.5)
- Support USB Audio CLASS (UAC1.0)
- Support Remote NDIS (RNDIS)
+- Support Device Firmware Upgrade CLASS (DFU)
- Support USB Bluetooth class (support nimble and zephyr bluetooth stack, support **CLASS:0xE0** or vendor class like cdc acm)
- Support Vendor Serial Class(CH34X、CP210X、PL2303、FTDI、GSM)
- Support Vendor network Class(RTL8152、AX88772)
diff --git a/README_zh.md b/README_zh.md
index 277d4105..df2276ee 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -70,10 +70,11 @@ CherryUSB Device 协议栈当前实现以下功能:
- 支持 Mass Storage Class (MSC)
- 支持 USB VIDEO CLASS (UVC1.0、UVC1.5)
- 支持 USB AUDIO CLASS (UAC1.0、UAC2.0)
+- 支持 Remote NDIS (RNDIS)
- 支持 Device Firmware Upgrade CLASS (DFU)
- 支持 USB MIDI CLASS (MIDI)
-- 支持 Remote NDIS (RNDIS)
- 支持 Media Transfer Protocol (MTP)
+- 支持 Test and Measurement Class (TMC)
- 支持 WINUSB1.0、WINUSB2.0、WEBUSB、BOS
- 支持 Vendor display ([xfz1986_usb_graphic_driver](https://github.com/chuanjinpang/win10_idd_xfz1986_usb_graphic_driver_display))
- 支持 Vendor 类 class
@@ -110,9 +111,10 @@ CherryUSB Host 协议栈当前实现以下功能:
- 支持 Communication Device Class (CDC_ACM, CDC_ECM, CDC_NCM)
- 支持 Human Interface Device (HID)
- 支持 Mass Storage Class (MSC)
-- Support USB Video CLASS (UVC1.0、UVC1.5)
-- Support USB Audio CLASS (UAC1.0)
+- 支持 USB Video CLASS (UVC1.0、UVC1.5)
+- 支持 USB Audio CLASS (UAC1.0)
- 支持 Remote NDIS (RNDIS)
+- 支持 Device Firmware Upgrade CLASS (DFU)
- 支持 USB Bluetooth (支持 nimble and zephyr bluetooth 协议栈,支持 **CLASS: 0xE0** 或者厂家自定义类,类似于 cdc acm 功能)
- 支持 Vendor Serial 类(CH34X、CP210X、PL2303、FTDI、GSM)
- 支持 Vendor network 类(RTL8152、AX88772)