diff options
| author | hathach <[email protected]> | 2018-03-06 17:26:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-06 17:26:34 +0700 |
| commit | 98f12c9833b4867cad46ea80ca2525d26fd6b075 (patch) | |
| tree | f5d12912813755183d9d79ca3191c7238fbced8d /tinyusb | |
| parent | 3265f0b770bf83b0766c4b8bbbd48218fdedb00f (diff) | |
move class files
Diffstat (limited to 'tinyusb')
| -rw-r--r-- | tinyusb/class/cdc/cdc.h (renamed from tinyusb/class/cdc.h) | 0 | ||||
| -rw-r--r-- | tinyusb/class/cdc/cdc_device.c (renamed from tinyusb/class/cdc_device.c) | 0 | ||||
| -rw-r--r-- | tinyusb/class/cdc/cdc_device.h (renamed from tinyusb/class/cdc_device.h) | 0 | ||||
| -rw-r--r-- | tinyusb/class/cdc/cdc_host.c (renamed from tinyusb/class/cdc_host.c) | 0 | ||||
| -rw-r--r-- | tinyusb/class/cdc/cdc_host.h (renamed from tinyusb/class/cdc_host.h) | 0 | ||||
| -rw-r--r-- | tinyusb/class/cdc/cdc_rndis.h (renamed from tinyusb/class/cdc_rndis.h) | 0 | ||||
| -rw-r--r-- | tinyusb/class/cdc/cdc_rndis_host.c (renamed from tinyusb/class/cdc_rndis_host.c) | 0 | ||||
| -rw-r--r-- | tinyusb/class/cdc/cdc_rndis_host.h (renamed from tinyusb/class/cdc_rndis_host.h) | 0 | ||||
| -rw-r--r-- | tinyusb/class/hid/hid.h (renamed from tinyusb/class/hid.h) | 0 | ||||
| -rw-r--r-- | tinyusb/class/hid/hid_device.c (renamed from tinyusb/class/hid_device.c) | 0 | ||||
| -rw-r--r-- | tinyusb/class/hid/hid_device.h (renamed from tinyusb/class/hid_device.h) | 0 | ||||
| -rw-r--r-- | tinyusb/class/hid/hid_host.c (renamed from tinyusb/class/hid_host.c) | 0 | ||||
| -rw-r--r-- | tinyusb/class/hid/hid_host.h (renamed from tinyusb/class/hid_host.h) | 0 | ||||
| -rw-r--r-- | tinyusb/class/msc/msc.h (renamed from tinyusb/class/msc.h) | 0 | ||||
| -rw-r--r-- | tinyusb/class/msc/msc_device.c (renamed from tinyusb/class/msc_device.c) | 0 | ||||
| -rw-r--r-- | tinyusb/class/msc/msc_device.h (renamed from tinyusb/class/msc_device.h) | 0 | ||||
| -rw-r--r-- | tinyusb/class/msc/msc_host.c (renamed from tinyusb/class/msc_host.c) | 0 | ||||
| -rw-r--r-- | tinyusb/class/msc/msc_host.h (renamed from tinyusb/class/msc_host.h) | 0 | ||||
| -rw-r--r-- | tinyusb/tusb.h | 12 |
19 files changed, 6 insertions, 6 deletions
diff --git a/tinyusb/class/cdc.h b/tinyusb/class/cdc/cdc.h index 2bc6448c3..2bc6448c3 100644 --- a/tinyusb/class/cdc.h +++ b/tinyusb/class/cdc/cdc.h diff --git a/tinyusb/class/cdc_device.c b/tinyusb/class/cdc/cdc_device.c index 9867b9e6c..9867b9e6c 100644 --- a/tinyusb/class/cdc_device.c +++ b/tinyusb/class/cdc/cdc_device.c diff --git a/tinyusb/class/cdc_device.h b/tinyusb/class/cdc/cdc_device.h index 1f738aa7f..1f738aa7f 100644 --- a/tinyusb/class/cdc_device.h +++ b/tinyusb/class/cdc/cdc_device.h diff --git a/tinyusb/class/cdc_host.c b/tinyusb/class/cdc/cdc_host.c index ddacdb1f3..ddacdb1f3 100644 --- a/tinyusb/class/cdc_host.c +++ b/tinyusb/class/cdc/cdc_host.c diff --git a/tinyusb/class/cdc_host.h b/tinyusb/class/cdc/cdc_host.h index ed04c903d..ed04c903d 100644 --- a/tinyusb/class/cdc_host.h +++ b/tinyusb/class/cdc/cdc_host.h diff --git a/tinyusb/class/cdc_rndis.h b/tinyusb/class/cdc/cdc_rndis.h index 8076a5bb5..8076a5bb5 100644 --- a/tinyusb/class/cdc_rndis.h +++ b/tinyusb/class/cdc/cdc_rndis.h diff --git a/tinyusb/class/cdc_rndis_host.c b/tinyusb/class/cdc/cdc_rndis_host.c index ccadeaeb3..ccadeaeb3 100644 --- a/tinyusb/class/cdc_rndis_host.c +++ b/tinyusb/class/cdc/cdc_rndis_host.c diff --git a/tinyusb/class/cdc_rndis_host.h b/tinyusb/class/cdc/cdc_rndis_host.h index 8b68298dd..8b68298dd 100644 --- a/tinyusb/class/cdc_rndis_host.h +++ b/tinyusb/class/cdc/cdc_rndis_host.h diff --git a/tinyusb/class/hid.h b/tinyusb/class/hid/hid.h index 54b78734b..54b78734b 100644 --- a/tinyusb/class/hid.h +++ b/tinyusb/class/hid/hid.h diff --git a/tinyusb/class/hid_device.c b/tinyusb/class/hid/hid_device.c index 00fd2660e..00fd2660e 100644 --- a/tinyusb/class/hid_device.c +++ b/tinyusb/class/hid/hid_device.c diff --git a/tinyusb/class/hid_device.h b/tinyusb/class/hid/hid_device.h index 5808dc214..5808dc214 100644 --- a/tinyusb/class/hid_device.h +++ b/tinyusb/class/hid/hid_device.h diff --git a/tinyusb/class/hid_host.c b/tinyusb/class/hid/hid_host.c index 46b1383f7..46b1383f7 100644 --- a/tinyusb/class/hid_host.c +++ b/tinyusb/class/hid/hid_host.c diff --git a/tinyusb/class/hid_host.h b/tinyusb/class/hid/hid_host.h index dc294e533..dc294e533 100644 --- a/tinyusb/class/hid_host.h +++ b/tinyusb/class/hid/hid_host.h diff --git a/tinyusb/class/msc.h b/tinyusb/class/msc/msc.h index cfd9b5e88..cfd9b5e88 100644 --- a/tinyusb/class/msc.h +++ b/tinyusb/class/msc/msc.h diff --git a/tinyusb/class/msc_device.c b/tinyusb/class/msc/msc_device.c index ac5953662..ac5953662 100644 --- a/tinyusb/class/msc_device.c +++ b/tinyusb/class/msc/msc_device.c diff --git a/tinyusb/class/msc_device.h b/tinyusb/class/msc/msc_device.h index c8cc29db8..c8cc29db8 100644 --- a/tinyusb/class/msc_device.h +++ b/tinyusb/class/msc/msc_device.h diff --git a/tinyusb/class/msc_host.c b/tinyusb/class/msc/msc_host.c index cff0bf472..cff0bf472 100644 --- a/tinyusb/class/msc_host.c +++ b/tinyusb/class/msc/msc_host.c diff --git a/tinyusb/class/msc_host.h b/tinyusb/class/msc/msc_host.h index 9eb79f3c0..9eb79f3c0 100644 --- a/tinyusb/class/msc_host.h +++ b/tinyusb/class/msc/msc_host.h diff --git a/tinyusb/tusb.h b/tinyusb/tusb.h index 84ab07a30..ba082247b 100644 --- a/tinyusb/tusb.h +++ b/tinyusb/tusb.h @@ -55,15 +55,15 @@ #include "host/usbh.h"
#if HOST_CLASS_HID
- #include "class/hid_host.h"
+ #include "class/hid/hid_host.h"
#endif
#if TUSB_CFG_HOST_MSC
- #include "class/msc_host.h"
+ #include "class/msc/msc_host.h"
#endif
#if TUSB_CFG_HOST_CDC
- #include "class/cdc_host.h"
+ #include "class/cdc/cdc_host.h"
#endif
#if TUSB_CFG_HOST_CUSTOM_CLASS
@@ -77,15 +77,15 @@ #include "device/usbd.h"
#if DEVICE_CLASS_HID
- #include "class/hid_device.h"
+ #include "class/hid/hid_device.h"
#endif
#if TUSB_CFG_DEVICE_CDC
- #include "class/cdc_device.h"
+ #include "class/cdc/cdc_device.h"
#endif
#if TUSB_CFG_DEVICE_MSC
- #include "class/msc_device.h"
+ #include "class/msc/msc_device.h"
#endif
#endif
|
