mbed-os/drivers/usb/include/usb/internal
Lingkai Dong 6c405d2492 USB: use fully-qualified RTOS include paths
The Arm Compiler is case sensitive and unable to distinguish
between `Thread.h` from Mbed OS RTOS and `thread.h` from TF-M's
OS wrapper, for example. This resolves compilation failures due to
wrong includes.

To resolve this, use the fully-qualified include paths for the
RTOS API.
2021-03-17 09:41:56 +00:00
..
AsyncOp.h USB: use fully-qualified RTOS include paths 2021-03-17 09:41:56 +00:00
ByteBuffer.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
EndpointResolver.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
LinkEntry.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
LinkedList.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
LinkedListBase.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
MIDIMessage.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
OperationList.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
OperationListBase.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
PolledQueue.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
Task.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
TaskBase.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
TaskQueue.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
USBAudio_Types.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
USBDescriptor.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
USBDevice.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
USBDevice_Types.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00
USBHID_Types.h Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00