:142.155KB : :1 :2022-09-02 11:55:48
usb之CDC(CDC_Standalone.rar)如果开发者对于本文件有需要的可以参考。
CDC_Standalone
├── Inc
│ ├── main.h
│ ├── stm32f4xx_hal_conf.h
│ ├── stm32f4xx_it.h
│ ├── usbd_cdc_interface.h
│ ├── usbd_conf.h
│ └── usbd_desc.h
├── MDK-ARM
│ ├── Project.uvopt
│ ├── Project.uvproj
│ ├── STM32F4-Discovery_USBD-HS
│ │ └── STM32F4-Discovery_USBD-HS.axf
│ └── startup_stm32f407xx.s
├── Src