Skip to content

Commit 34a54c3

Browse files
authored
Merge pull request #6404 from c1728p9/usb_updates
Update USBCDC and USBSerial
2 parents 6f1e632 + 1d5788e commit 34a54c3

File tree

11 files changed

+1496
-1
lines changed

11 files changed

+1496
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ matrix:
111111
- python tools/make.py -t GCC_ARM -m K64F --source=. --build=BUILD/K64F/GCC_ARM -j0
112112
# Check that example compiles without rtos
113113
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' $EVENTS/README.md > main.cpp
114-
- rm -r rtos features/cellular features/netsocket features/frameworks BUILD
114+
- rm -r rtos usb features/cellular features/netsocket features/frameworks BUILD
115115
- python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0
116116
# Run local equeue tests
117117
- make -C $EVENTS/equeue test

0 commit comments

Comments
 (0)