forked from xuos/xiuos
feat support USB HOST for ok1052-c board
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
+2
-2
@@ -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
|
||||
+3
-3
@@ -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" {
|
||||
Reference in New Issue
Block a user