We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d95b5 commit 79c56f3Copy full SHA for 79c56f3
storage/kvstore/kv_config/CMakeLists.txt
@@ -23,5 +23,6 @@ target_link_libraries(mbed-storage-kv-config
23
mbed-storage-filesystemstore
24
mbed-storage-securestore
25
mbed-storage-littlefs
26
+ mbed-storage-littlefs-v2
27
mbed-storage-fat
28
)
storage/platform/CMakeLists.txt
@@ -11,6 +11,7 @@ list(APPEND mbed-storage-libs
11
mbed-storage-filesystem
12
13
14
15
16
17
if("DATAFLASH" IN_LIST MBED_TARGET_LABELS)
0 commit comments