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/* \
843843 */cmsis/* \
844844 */features/cryptocell/* \
845845 */features/mbedtls/* \
846- */features/storage/* \
846+ */features/storage/cfstore/* \
847+ */features/storage/FEATURE_STORAGE/* \
847848 */features/unsupported/* \
848849 */features/lwipstack/* \
849850 */features/nanostack/sal-stack-nanostack/* \
@@ -855,7 +856,8 @@ EXCLUDE_PATTERNS = */tools/* \
855856 */nanostack/sal-stack-nanostack-eventloop/* \
856857 */ble/generic/* \
857858 */ble/pal/* \
858- */components/* \
859+ */components/802.15.4_RF/* \
860+ */components/wifi/* \
859861 */UNITTESTS/*
860862
861863# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
Original file line number Diff line number Diff line change 1010 "EXPAND_AS_DEFINED" : " " ,
1111 "SKIP_FUNCTION_MACROS" : " NO" ,
1212 "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/*"
1414}
You can’t perform that action at this time.
0 commit comments