File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2
2
cmsis
3
3
features/cryptocell
4
4
features/mbedtls
5
- features/FEATURE_LWIP /lwip
5
+ features/lwipstack /lwip
6
6
rtos/TARGET_CORTEX/rtx4
7
7
features/filesystem/littlefs/littlefs
8
8
features/filesystem/fat/ChaN
9
9
features/frameworks
10
10
features/FEATURE_BLE/targets
11
- features/FEATURE_LWIP/lwip-interface/lwip
12
11
features/unsupported/
13
- features/FEATURE_COMMON_PAL/
14
- FEATURE_NANOSTACK/coap-service
15
- FEATURE_NANOSTACK/sal-stack-nanostack
16
12
rtos/TARGET_CORTEX/rtx5
17
13
targets
18
14
tools
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ matrix:
162
162
- python tools/make.py -t GCC_ARM -m K64F --source=. --build=BUILD/K64F/GCC_ARM -j0
163
163
# Check that example compiles without rtos
164
164
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' $EVENTS/README.md > main.cpp
165
- - rm -r rtos features/cellular features/netsocket features/nanostack features/frameworks/greentea-client features/frameworks/utest features/frameworks/unity BUILD
165
+ - rm -r rtos features/cellular features/netsocket features/nanostack features/lwipstack features/ frameworks/greentea-client features/frameworks/utest features/frameworks/unity BUILD
166
166
- python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0
167
167
# Run local equeue tests
168
168
- make -C $EVENTS/equeue test
You can’t perform that action at this time.
0 commit comments