feat support USB HOST for ok1052-c board

This commit is contained in:
Liu_Weichao
2022-02-17 15:18:27 +08:00
parent 2ecded6feb
commit 84b27692c0
62 changed files with 18092 additions and 28 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
#include <bus_usb.h>
#include <dev_usb.h>
#ifdef RESOURCES_USB_HOST
#include <usb_host.h>
#include <stm32_usb_host.h>
#endif
#endif
@@ -11,7 +11,7 @@
*/
/**
* @file usb_common.h
* @file stm32_usb_common.h
* @brief define usb function and struct
* @version 1.0
* @author AIIT XUOS Lab
@@ -19,7 +19,7 @@
*/
/*************************************************
File name: usb_common.h
File name: stm32_usb_common.h
Description: define usb function and common struct
Others: take RT-Thread v4.0.2/components/drivers/include/drivers/usb_common.h for references
https://github.com/RT-Thread/rt-thread/tree/v4.0.2
@@ -9,7 +9,7 @@
*/
/**
* @file usb_host.h
* @file stm32_usb_host.h
* @brief define usb host function and struct
* @version 1.0
* @author AIIT XUOS Lab
@@ -17,7 +17,7 @@
*/
/*************************************************
File name: usb_host.h
File name: stm32_usb_host.h
Description: define usb host function and struct
Others: take RT-Thread v4.0.2/components/drivers/include/drivers/usb_host.h for references
https://github.com/RT-Thread/rt-thread/tree/v4.0.2
@@ -34,7 +34,7 @@ Modification:
#include <xiuos.h>
#include <usb_common.h>
#include <stm32_usb_common.h>
#ifdef __cplusplus
extern "C" {