summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2022-02-15 21:06:51 +0800
committersakumisu <[email protected]>2022-02-15 21:06:51 +0800
commit9f44549ac5cb46719310910f9195a6b27fe6bcfe (patch)
tree23c9f36ae73e6bbd936bc4210b0ecca9a2df6de7
parentffe8a61a6a4f87fb82ca26e243200afd1e1349c5 (diff)
update readme
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 17dcb5a8..0ea5ae89 100644
--- a/README.md
+++ b/README.md
@@ -55,8 +55,6 @@ CherryUSB is a tiny, beautiful and portable USB host and device stack for embedd
CherryUSB Device Stack provides a unified framework of functions for standard device requests, CLASS requests, VENDOR requests and custom special requests. The object-oriented and chained approach allows the user to quickly get started with composite devices without having to worry about the underlying logic. At the same time, a standard dcd porting interface has been standardised for adapting different USB IPs to achieve ip-oriented programming.
-How CherryUSB Device Stack is implemented, this video will tell you: <https://www.bilibili.com/video/BV1Ef4y1t73d> .
-
CherryUSB Device Stack has the following functions:
- Support USB2.0 full and high speed
@@ -89,8 +87,6 @@ CherryUSB Device Stack resource usage:
The CherryUSB Host Stack has a standard enumeration implementation for devices mounted on roothubs and external hubs, and a standard interface for the different Class to indicate what the Class driver needs to do after enumeration and after disconnection. A standard hcd porting interface has also been standardised for adapting different USB IPs for IP-oriented programming. Finally, the protocol stack is managed using os, and provides osal to make a adaptation to different os.
-How CherryUSB Host Stack is implemented, the video will be provided in future.
-
CherryUSB Host Stack has the following functions:
- Automatic loading of supported Class drivers
@@ -113,4 +109,4 @@ Quickly start, API manual,and Class knowledge and examples, see [CherryUSB Docum
## CherryUSB Video Tutorial
-USB basic concepts and how the CherryUSB Device protocol stack is implemented, see [CherryUSB Device Protocol Stack Tutorial](https://www.bilibili.com/video/BV1Ef4y1t73d).
+USB basic concepts and how the CherryUSB Device stack is implemented, see [CherryUSB Device Stack Tutorial](https://www.bilibili.com/video/BV1Ef4y1t73d).