summaryrefslogtreecommitdiff
path: root/docs/rt-thread.md
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2021-12-06 20:18:56 +0800
committersakumisu <[email protected]>2021-12-06 20:18:56 +0800
commit8bea70f997d1b3e261c3eed322671a96be460208 (patch)
tree6c0890917c25a0e566267c49b79b7ff5bf000047 /docs/rt-thread.md
parent839578046f50686dc3bd113f288825c6d5f41b74 (diff)
rename dw with synopsys
Diffstat (limited to 'docs/rt-thread.md')
-rw-r--r--docs/rt-thread.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rt-thread.md b/docs/rt-thread.md
index ce00a0d0..4854c522 100644
--- a/docs/rt-thread.md
+++ b/docs/rt-thread.md
@@ -27,7 +27,7 @@ To use usb stack package, you need to select it in the RT-Thread package manager
### In STM32
-Please note that stm32 series have two usb ip. For usb ip, like stm32f0、stm32f1、stm32f3, for usb otg ip(as we know it is from **DesignWare**),like stm32f4、stm32f7 and so on.
+Please note that stm32 series have two usb ip. For usb ip, like stm32f0、stm32f1、stm32f3, for usb otg ip(as we know it is from **synopsys**),like stm32f4、stm32f7 and so on.
Currently,if you usb usb device on mcu with usb ip, recommend you to use dcd porting named **usb_dc_nohal.c**,otherwise use **usb_dc_hal.c**.In the future,**usb_dc_hal.c** will be droped.
#### Use USB Device