Skip to content

Commit 732dd36

Browse files
author
David Saada
committed
Remove FEATURE_STORAGE and all underlying deprecated features
1 parent 1549c5c commit 732dd36

File tree

104 files changed

+2
-29586
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+2
-29586
lines changed

.astyleignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
^features/nanostack/sal-stack-nanostack
1717
^features/nanostack/targets
1818
^features/netsocket/emac-drivers
19-
^features/storage/FEATURE_STORAGE
2019
^features/storage/filesystem/fat/ChaN
2120
^features/storage/filesystem/littlefs/littlefs/
2221
^features/unsupported/

doxyfile_options

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,8 +843,6 @@ EXCLUDE_PATTERNS = */tools/* \
843843
*/cmsis/* \
844844
*/features/cryptocell/* \
845845
*/features/mbedtls/* \
846-
*/features/storage/cfstore/* \
847-
*/features/storage/FEATURE_STORAGE/* \
848846
*/features/unsupported/* \
849847
*/features/lwipstack/* \
850848
*/features/nanostack/sal-stack-nanostack/* \

doxygen_options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"EXPAND_AS_DEFINED": "",
1111
"SKIP_FUNCTION_MACROS": "NO",
1212
"STRIP_CODE_COMMENTS": "NO",
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/* */UNITTESTS/* */features/cryptocell/*",
13+
"EXCLUDE_PATTERNS": "*/tools/* */targets/* */features/mbedtls/* */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/* */UNITTESTS/* */features/cryptocell/*",
1414
"ALPHABETICAL_INDEX": "NO",
1515
"CASE_SENSE_NAMES": "NO",
1616
"DOT_MULTI_TARGETS": "YES",

0 commit comments

Comments
 (0)