File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ matrix:
253253 # Check that example compiles without rtos
254254 - sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp
255255 - |
256- rm -r rtos drivers/source/usb features/cellular features/netsocket features/nanostack \
256+ rm -r rtos/source/TARGET_CORTEX drivers/source/usb features/cellular features/netsocket features/nanostack \
257257 features/lwipstack features/frameworks/greentea-client \
258258 features/frameworks/utest features/frameworks/unity components BUILD
259259 - python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0
Original file line number Diff line number Diff line change 11{
22 "requires" : [
33 " bare-metal" ,
4- " rtos-api" ,
54 " greentea-client" ,
65 " utest" ,
76 " unity" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " bare-metal" ,
3- "requires" : [" platform" , " drivers" ]
3+ "requires" : [" platform" , " drivers" , " rtos-api " ]
44}
You can’t perform that action at this time.
0 commit comments