mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-26 08:37:16 +00:00
rename ehci_controller to ehci_controller_fake
This commit is contained in:
parent
63add70139
commit
e401372c05
@ -47,7 +47,7 @@
|
||||
#include "hcd.h"
|
||||
#include "mock_usbh_hcd.h"
|
||||
#include "ehci.h"
|
||||
#include "ehci_controller.h"
|
||||
#include "ehci_controller_fake.h"
|
||||
|
||||
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "hcd.h"
|
||||
#include "mock_usbh_hcd.h"
|
||||
#include "ehci.h"
|
||||
#include "ehci_controller.h"
|
||||
#include "ehci_controller_fake.h"
|
||||
|
||||
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "hcd.h"
|
||||
#include "mock_usbh_hcd.h"
|
||||
#include "ehci.h"
|
||||
#include "ehci_controller.h"
|
||||
#include "ehci_controller_fake.h"
|
||||
|
||||
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
||||
#include "usbh_hcd.h"
|
||||
#include "usbh.h"
|
||||
#include "ehci.h"
|
||||
#include "ehci_controller.h"
|
||||
#include "ehci_controller_fake.h"
|
||||
|
||||
#define _TINY_USB_SOURCE_FILE_
|
||||
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "hcd.h"
|
||||
#include "mock_usbh_hcd.h"
|
||||
#include "ehci.h"
|
||||
#include "ehci_controller.h"
|
||||
#include "ehci_controller_fake.h"
|
||||
|
||||
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "hcd.h"
|
||||
#include "mock_usbh_hcd.h"
|
||||
#include "ehci.h"
|
||||
#include "ehci_controller.h"
|
||||
#include "ehci_controller_fake.h"
|
||||
|
||||
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "hcd.h"
|
||||
#include "mock_usbh_hcd.h"
|
||||
#include "ehci.h"
|
||||
#include "ehci_controller.h"
|
||||
#include "ehci_controller_fake.h"
|
||||
|
||||
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "hcd.h"
|
||||
#include "mock_usbh_hcd.h"
|
||||
#include "ehci.h"
|
||||
#include "ehci_controller.h"
|
||||
#include "ehci_controller_fake.h"
|
||||
|
||||
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "hcd.h"
|
||||
#include "mock_usbh_hcd.h"
|
||||
#include "ehci.h"
|
||||
#include "ehci_controller.h"
|
||||
#include "ehci_controller_fake.h"
|
||||
|
||||
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "hcd.h"
|
||||
#include "mock_usbh_hcd.h"
|
||||
#include "ehci.h"
|
||||
#include "ehci_controller.h"
|
||||
#include "ehci_controller_fake.h"
|
||||
|
||||
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "hcd.h"
|
||||
#include "mock_usbh_hcd.h"
|
||||
#include "ehci.h"
|
||||
#include "ehci_controller.h"
|
||||
#include "ehci_controller_fake.h"
|
||||
|
||||
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
//#include "usbh.h"
|
||||
//#include "tusb.h"
|
||||
//#include "hid_host.h"
|
||||
////#include "ehci_controller.h"
|
||||
////#include "ehci_controller_fake.h"
|
||||
//
|
||||
//#include "descriptor_test.h"
|
||||
//
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************/
|
||||
/*!
|
||||
@file ehci_controller.c
|
||||
@file ehci_controller_fake.c
|
||||
@author hathach (tinyusb.org)
|
||||
|
||||
@section LICENSE
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************/
|
||||
/*!
|
||||
@file ehci_controller.h
|
||||
@file ehci_controller_fake
|
||||
@author hathach (tinyusb.org)
|
||||
|
||||
@section LICENSE
|
Loading…
x
Reference in New Issue
Block a user