rename dw with synopsys

This commit is contained in:
sakumisu
2021-12-06 20:18:56 +08:00
parent 839578046f
commit 8bea70f997
4 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -27,7 +27,7 @@
### 在 STM32 平台
STM32 系列单片机有两种 USB IP,分别是 USB IP 和 USB OTG IP。其中 USB IP例如 STM32F0、STM32F1、STM32F3等等USB OTG IP(我们都知道用的是 **DesignWare** 公司的)的有 STM32F4、STM32F7、STM32H7等等。当前如果你需要使用 USB Device 功能porting 接口提供了两种,一种是不带 hal 层的 **usb_dc_nohal.c**,一种是带 hal 层的 **usb_dc_hal.c**,如果你使用的是 USB IP系列推荐用前者否则用后者需要注意的是后者在后面会删除不使用 hal 版本。
STM32 系列单片机有两种 USB IP,分别是 USB IP 和 USB OTG IP。其中 USB IP例如 STM32F0、STM32F1、STM32F3等等USB OTG IP(我们都知道用的是 **synopsys** 公司的)的有 STM32F4、STM32F7、STM32H7等等。当前如果你需要使用 USB Device 功能porting 接口提供了两种,一种是不带 hal 层的 **usb_dc_nohal.c**,一种是带 hal 层的 **usb_dc_hal.c**,如果你使用的是 USB IP系列推荐用前者否则用后者需要注意的是后者在后面会删除不使用 hal 版本。
#### 使用 USB Device 功能