Skip to content

Commit 918789e

Browse files
committed
docs: update readme
Signed-off-by: sakumisu <1203593632@qq.com>
1 parent a7e36ed commit 918789e

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ CherryUSB Device Stack has the following functions:
7070
- Support Mass Storage Class (MSC)
7171
- Support USB VIDEO CLASS (UVC1.0, UVC1.5)
7272
- Support USB AUDIO CLASS (UAC1.0, UAC2.0)
73+
- Support Remote NDIS (RNDIS)
7374
- Support Device Firmware Upgrade CLASS (DFU)
7475
- Support USB MIDI CLASS (MIDI)
75-
- Support Remote NDIS (RNDIS)
7676
- Support Media Transfer Protocol (MTP)
77+
- Support Test and Measurement Class (TMC)
7778
- Support WINUSB1.0, WINUSB2.0, WEBUSB, BOS
7879
- Support Vendor display ([xfz1986_usb_graphic_driver](https://github.com/chuanjinpang/win10_idd_xfz1986_usb_graphic_driver_display))
7980
- Support Vendor class
@@ -113,6 +114,7 @@ CherryUSB Host Stack has the following functions:
113114
- Support USB Video CLASS (UVC1.0, UVC1.5)
114115
- Support USB Audio CLASS (UAC1.0)
115116
- Support Remote NDIS (RNDIS)
117+
- Support Device Firmware Upgrade CLASS (DFU)
116118
- Support USB Bluetooth class (support nimble and zephyr bluetooth stack, support **CLASS:0xE0** or vendor class like cdc acm)
117119
- Support Vendor Serial Class(CH34X、CP210X、PL2303、FTDI、GSM)
118120
- Support Vendor network Class(RTL8152、AX88772)

README_zh.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ CherryUSB Device 协议栈当前实现以下功能:
7070
- 支持 Mass Storage Class (MSC)
7171
- 支持 USB VIDEO CLASS (UVC1.0、UVC1.5)
7272
- 支持 USB AUDIO CLASS (UAC1.0、UAC2.0)
73+
- 支持 Remote NDIS (RNDIS)
7374
- 支持 Device Firmware Upgrade CLASS (DFU)
7475
- 支持 USB MIDI CLASS (MIDI)
75-
- 支持 Remote NDIS (RNDIS)
7676
- 支持 Media Transfer Protocol (MTP)
77+
- 支持 Test and Measurement Class (TMC)
7778
- 支持 WINUSB1.0、WINUSB2.0、WEBUSB、BOS
7879
- 支持 Vendor display ([xfz1986_usb_graphic_driver](https://github.com/chuanjinpang/win10_idd_xfz1986_usb_graphic_driver_display))
7980
- 支持 Vendor 类 class
@@ -110,9 +111,10 @@ CherryUSB Host 协议栈当前实现以下功能:
110111
- 支持 Communication Device Class (CDC_ACM, CDC_ECM, CDC_NCM)
111112
- 支持 Human Interface Device (HID)
112113
- 支持 Mass Storage Class (MSC)
113-
- Support USB Video CLASS (UVC1.0、UVC1.5)
114-
- Support USB Audio CLASS (UAC1.0)
114+
- 支持 USB Video CLASS (UVC1.0、UVC1.5)
115+
- 支持 USB Audio CLASS (UAC1.0)
115116
- 支持 Remote NDIS (RNDIS)
117+
- 支持 Device Firmware Upgrade CLASS (DFU)
116118
- 支持 USB Bluetooth (支持 nimble and zephyr bluetooth 协议栈,支持 **CLASS: 0xE0** 或者厂家自定义类,类似于 cdc acm 功能)
117119
- 支持 Vendor Serial 类(CH34X、CP210X、PL2303、FTDI、GSM)
118120
- 支持 Vendor network 类(RTL8152、AX88772)

0 commit comments

Comments
 (0)