From 3c102bd2652003940bc6f30cabbda2419fbb1276 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Fri, 31 May 2024 23:01:12 +0800 Subject: [PATCH] update readme --- README.md | 8 ++++++-- README_zh.md | 10 +++++++--- docs/source/support.rst | 4 ++-- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 77daee4b..209d9ce2 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,8 @@ CherryUSB Host Stack has the following functions: - Support Communication Device Class (CDC_ACM, CDC_ECM) - Support Human Interface Device (HID) - Support Mass Storage Class (MSC) -- Support USB Video CLASS (commercial charge) -- Support USB Audio CLASS (commercial charge) +- Support USB Video CLASS (UVC1.0、UVC1.5) +- Support USB Audio CLASS (UAC 1.0) - Support Remote NDIS (RNDIS) - Support USB Bluetooth class (support nimble and zephyr bluetooth stack, support **CLASS:0xE0** or vendor class like cdc acm) - Support Vendor class @@ -185,6 +185,10 @@ USB basic concepts and how the CherryUSB Device stack is implemented, see [Cherr |Nordicsemi | Nrf52840 | nrf5x |[nrf5x_repo](https://github.com/CherryUSB/cherryusb_nrf5x)|<= v0.10.2 | No more updated | |Raspberry pi | rp2040 | rp2040 |[pico-examples](https://github.com/CherryUSB/pico-examples)|<= v0.10.2 | No more updated | +## Commercial Support + +Refer to https://cherryusb.readthedocs.io/zh-cn/latest/support.html. + ## Contact CherryUSB discord: https://discord.com/invite/wFfvrSAey8. diff --git a/README_zh.md b/README_zh.md index a59649e0..4e96150a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -94,8 +94,8 @@ CherryUSB Host 协议栈当前实现以下功能: - 支持 Communication Device Class (CDC_ACM, CDC_ECM) - 支持 Human Interface Device (HID) - 支持 Mass Storage Class (MSC) -- Support USB Video CLASS(商业收费) -- Support USB Audio CLASS(商业收费) +- Support USB Video CLASS (UVC1.0、UVC1.5) +- Support USB Audio CLASS (UAC1.0) - 支持 Remote NDIS (RNDIS) - 支持 USB Bluetooth (支持 nimble and zephyr bluetooth 协议栈,支持 **CLASS: 0xE0** 或者厂家自定义类,类似于 cdc acm 功能) - 支持 Vendor 类 class @@ -186,7 +186,11 @@ CherryUSB 快速入门、USB 基本概念,API 手册,Class 基本概念和 |Nordicsemi | Nrf52840 | nrf5x |[nrf5x_repo](https://github.com/CherryUSB/cherryusb_nrf5x)|<= v0.10.2 | No more updated | |Raspberry pi | rp2040 | rp2040 |[pico-examples](https://github.com/CherryUSB/pico-examples)|<= v0.10.2 | No more updated | -## Contact +## 商业支持 + +参考 https://cherryusb.readthedocs.io/zh-cn/latest/support.html。 + +## 联系 CherryUSB QQ 群:642693751 CherryUSB 微信群:与我联系后邀请加入 diff --git a/docs/source/support.rst b/docs/source/support.rst index dd323c11..b4145fbb 100644 --- a/docs/source/support.rst +++ b/docs/source/support.rst @@ -3,8 +3,8 @@ 以下内容为商业收费类,如需支持,请邮件到 1203593632@qq.com。 -- 主机 UVC & UAC 类 IP 驱动(ISO 传输驱动,其余已经开源)和框架 +- 主机 UVC & UAC 类 IP 驱动(只针对 ISO 驱动)和 UAC/UVC 框架 - 主从机 MTP 类驱动 -- USB 网卡类驱动优化 +- USB 网卡类高性能版本优化(支持多包发送和接收) - 定制化 class 驱动或者 IP 驱动 - 技术支持相关 \ No newline at end of file