Skip to content

Commit 98a787b

Browse files
author
Seppo Takalo
committed
Fix Astyleignore and Mbed 2 travis build rules
1 parent c544ce0 commit 98a787b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.astyleignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@ BUILD
22
cmsis
33
features/cryptocell
44
features/mbedtls
5-
features/FEATURE_LWIP/lwip
5+
features/lwipstack/lwip
66
rtos/TARGET_CORTEX/rtx4
77
features/filesystem/littlefs/littlefs
88
features/filesystem/fat/ChaN
99
features/frameworks
1010
features/FEATURE_BLE/targets
11-
features/FEATURE_LWIP/lwip-interface/lwip
1211
features/unsupported/
13-
features/FEATURE_COMMON_PAL/
14-
FEATURE_NANOSTACK/coap-service
15-
FEATURE_NANOSTACK/sal-stack-nanostack
1612
rtos/TARGET_CORTEX/rtx5
1713
targets
1814
tools

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ matrix:
162162
- python tools/make.py -t GCC_ARM -m K64F --source=. --build=BUILD/K64F/GCC_ARM -j0
163163
# Check that example compiles without rtos
164164
- 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
166166
- python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0
167167
# Run local equeue tests
168168
- make -C $EVENTS/equeue test

0 commit comments

Comments
 (0)