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:
253
253
# Check that example compiles without rtos
254
254
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp
255
255
- |
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 \
257
257
features/lwipstack features/frameworks/greentea-client \
258
258
features/frameworks/utest features/frameworks/unity components BUILD
259
259
- 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 1
1
{
2
2
"requires" : [
3
3
" bare-metal" ,
4
- " rtos-api" ,
5
4
" greentea-client" ,
6
5
" utest" ,
7
6
" unity" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bare-metal" ,
3
- "requires" : [" platform" , " drivers" ]
3
+ "requires" : [" platform" , " drivers" , " rtos-api " ]
4
4
}
You can’t perform that action at this time.
0 commit comments