Skip to content

Commit 9964212

Browse files
committed
Moved USB drivers under drivers/usb
1 parent 66c05dd commit 9964212

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+11
-10
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ matrix:
284284
# Check that example compiles without rtos
285285
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp
286286
- |
287-
rm -r cmsis/CMSIS_5/CMSIS/RTOS2 cmsis/device/rtos drivers/source/usb connectivity/cellular connectivity/drivers/cellular \
287+
rm -r cmsis/CMSIS_5/CMSIS/RTOS2 cmsis/device/rtos drivers/usb connectivity/cellular connectivity/drivers/cellular \
288288
connectivity/libraries/ppp connectivity/netsocket connectivity/nanostack connectivity/lwipstack features/frameworks/greentea-client \
289289
features/frameworks/utest features/frameworks/unity BUILD
290290
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
File renamed without changes.
File renamed without changes.
File renamed without changes.

drivers/include/drivers/USBMSD.h renamed to drivers/usb/include/usb/USBMSD.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
#include "USBDescriptor.h"
2323
#include "USBDevice_Types.h"
2424
#include "platform/Callback.h"
25-
#include "drivers/internal/PolledQueue.h"
26-
#include "drivers/internal/Task.h"
25+
#include "usb/internal/PolledQueue.h"
26+
#include "usb/internal/Task.h"
2727
#include "BlockDevice.h"
2828
#include "Mutex.h"
2929

0 commit comments

Comments
 (0)