Skip to content

Commit 83b5d84

Browse files
committed
docs: fix some translations
1 parent e425b99 commit 83b5d84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In order to make it easier for users to learn USB basics, enumeration, driver lo
2222
In order to facilitate the use of the USB interface and to take into account the fact that users have learned about uart and dma, the following advantages have been designed for the data sending and receiving class of interface:
2323

2424
- Equivalent to using uart tx dma/uart rx dma
25-
- There is no limit to the length of send and receive, the user does not need to care about the USB packetization process (the porting driver does the packetization process)
25+
- There is no limit to the length of send and receive, the user does not need to care about the USB packetization process (the porting driver does it)
2626

2727
### Easy to bring out USB performance
2828

@@ -32,7 +32,7 @@ Taking into account USB performance issues and trying to achieve the theoretical
3232
- Memory zero copy
3333
- If IP has DMA then uses DMA mode (DMA with hardware packetization)
3434
- Unlimited length make it easier to interface with hardware DMA and take advantage of DMA
35-
- Subcontracting function is handled in interrupt
35+
- Packetization is handled in interrupt
3636

3737
## Directory Structure
3838

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CherryUSB 是一个小而美的、可移植性高的、用于嵌入式系统(带
2222
为了方便用户使用 USB 接口,考虑到用户学习过 uart 和 dma,因此,设计的数据收发类接口具备以下优点:
2323

2424
- 等价于使用 uart tx dma/uart rx dma
25-
- 收发长度没有限制,用户不需要关心 USB 分包过程(porting 驱动做分包过程
25+
- 收发长度没有限制,用户不需要关心 USB 分包过程(分包过程在 porting 中处理
2626

2727
### 易于发挥 USB 性能
2828

@@ -32,7 +32,7 @@ CherryUSB 是一个小而美的、可移植性高的、用于嵌入式系统(带
3232
- Memory zero copy
3333
- IP 如果带 DMA 则使用 DMA 模式(DMA 带硬件分包功能)
3434
- 长度无限制,方便对接硬件 DMA 并且发挥 DMA 的优势
35-
- 分包功能在中断中处理
35+
- 分包过程在中断中执行
3636

3737
## 目录结构
3838

0 commit comments

Comments
 (0)