File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -843,7 +843,8 @@ EXCLUDE_PATTERNS = */tools/* \
843
843
*/cmsis/* \
844
844
*/features/cryptocell/* \
845
845
*/features/mbedtls/* \
846
- */features/storage/* \
846
+ */features/storage/cfstore/* \
847
+ */features/storage/FEATURE_STORAGE/* \
847
848
*/features/unsupported/* \
848
849
*/features/lwipstack/* \
849
850
*/features/nanostack/sal-stack-nanostack/* \
@@ -855,7 +856,8 @@ EXCLUDE_PATTERNS = */tools/* \
855
856
*/nanostack/sal-stack-nanostack-eventloop/* \
856
857
*/ble/generic/* \
857
858
*/ble/pal/* \
858
- */components/* \
859
+ */components/802.15.4_RF/* \
860
+ */components/wifi/* \
859
861
*/UNITTESTS/*
860
862
861
863
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
Original file line number Diff line number Diff line change 10
10
"EXPAND_AS_DEFINED" : " " ,
11
11
"SKIP_FUNCTION_MACROS" : " NO" ,
12
12
"STRIP_CODE_COMMENTS" : " NO" ,
13
- "EXCLUDE_PATTERNS" : " */tools/* */targets/* */features/mbedtls/* */features/storage/* */features/unsupported/* */BUILD/* */rtos/TARGET_CORTEX/rtx*/* */cmsis/* */features/lwipstack/* */nanostack/sal-stack-nanostack/* */nanostack/coap-service/* */ble/generic/* */ble/pal/* */mbed-trace/* */mbed-coap/* */nanostack-libservice/* */mbed-client-randlib/* */nanostack/sal-stack-nanostack-eventloop/* */components/* */features/nfc/stack/*"
13
+ "EXCLUDE_PATTERNS" : " */tools/* */targets/* */features/mbedtls/* */features/storage/cfstore/ * */features/storage/FEATURE_STORAGE/* */features/ unsupported/* */BUILD/* */rtos/TARGET_CORTEX/rtx*/* */cmsis/* */features/lwipstack/* */nanostack/sal-stack-nanostack/* */nanostack/coap-service/* */ble/generic/* */ble/pal/* */mbed-trace/* */mbed-coap/* */nanostack-libservice/* */mbed-client-randlib/* */nanostack/sal-stack-nanostack-eventloop/* */components/802.15.4_RF/* */components/wifi /* */features/nfc/stack/*"
14
14
}
You can’t perform that action at this time.
0 commit comments