diff options
| author | sakumisu <[email protected]> | 2024-03-17 22:54:04 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-03-17 22:59:33 +0800 |
| commit | 1d38fde61a9baed194533926311811865f338aec (patch) | |
| tree | a9914969eae45b41136a0ca24a7a3c584e8b5808 | |
| parent | b628c737ecd7dd20594def945c0ef1a6f04e4800 (diff) | |
update url
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | README_zh.md | 6 | ||||
| -rw-r--r-- | docs/source/index.rst | 4 |
3 files changed, 7 insertions, 4 deletions
@@ -80,6 +80,7 @@ CherryUSB Device Stack has the following functions: - Support Remote NDIS (RNDIS) - Support WINUSB1.0、WINUSB2.0(with BOS) - Support Vendor class +- Support multi device with the same USB IP CherryUSB Device Stack resource usage (GCC 10.2 with -O2): diff --git a/README_zh.md b/README_zh.md index a3d4f608..b160a3dd 100644 --- a/README_zh.md +++ b/README_zh.md @@ -78,6 +78,7 @@ CherryUSB Device 协议栈当前实现以下功能: - 支持 Remote NDIS (RNDIS) - 支持 WINUSB1.0、WINUSB2.0(带 BOS ) - 支持 Vendor 类 class +- 支持相同 USB IP 的多从机 CherryUSB Device 协议栈资源占用说明(GCC 10.2 with -O2): @@ -151,11 +152,12 @@ x 受以下宏影响: ## 文档教程 -CherryUSB 快速入门、USB 基本概念,API 手册,Class 基本概念和例程,参考 [CherryUSB 文档教程](https://cherryusb.readthedocs.io/) +CherryUSB 快速入门、USB 基本概念,API 手册,Class 基本概念和例程,参考 [CherryUSB Documentation Tutorial](https://cherryusb.readthedocs.io/) ## 视频教程 -USB 基本知识点与 CherryUSB Device 协议栈是如何编写的,参考 [CherryUSB Device 协议栈教程](https://www.bilibili.com/video/BV1Ef4y1t73d). +- USB 基本知识点与 CherryUSB Device 协议栈是如何编写的(使用v0.4.1 版本),参考 https://www.bilibili.com/video/BV1Ef4y1t73d. +- CherryUSB 腾讯会议(使用v1.1.0 版本),参考 https://www.bilibili.com/video/BV16x421y7mM. ## 图形化界面配置工具 diff --git a/docs/source/index.rst b/docs/source/index.rst index 5c7f9db4..185a7f6c 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -45,8 +45,8 @@ CherryUSB 是一个小而美的、可移植性高的、用于嵌入式系统的 **其他相关链接** - **CherryUSB 大纲** https://www.bilibili.com/video/BV1st4y1H7K2 -- **从机协议栈视频教程** https://www.bilibili.com/video/BV1Ef4y1t73d -- **主机协议栈视频教程** TODO +- **CherryUSB 从机协议栈视频教程** https://www.bilibili.com/video/BV1Ef4y1t73d +- **CherryUSB 腾讯会议** https://www.bilibili.com/video/BV16x421y7mM - **github** https://github.com/sakumisu/CherryUSB .. toctree:: |
