From 1d38fde61a9baed194533926311811865f338aec Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Sun, 17 Mar 2024 22:54:04 +0800 Subject: [PATCH] update url --- README.md | 1 + README_zh.md | 6 ++++-- docs/source/index.rst | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c0769aa..42c07133 100644 --- a/README.md +++ b/README.md @@ -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::