We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf5d27 commit d1882e4Copy full SHA for d1882e4
.travis.yml
@@ -253,7 +253,7 @@ matrix:
253
# Check that example compiles without rtos
254
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp
255
- |
256
- rm -r rtos drivers/source/usb features/cellular features/netsocket features/nanostack \
+ rm -r rtos/source/TARGET_CORTEX drivers/source/usb features/cellular features/netsocket features/nanostack \
257
features/lwipstack features/frameworks/greentea-client \
258
features/frameworks/utest features/frameworks/unity components BUILD
259
- python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0
0 commit comments