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 4493b39 commit b695279Copy full SHA for b695279
tools/test_apps/system/g1_components/CMakeLists.txt
@@ -100,6 +100,9 @@ set(extra_components_which_shouldnt_be_included
100
# both which should be removed
101
esp_partition
102
103
+ # esp_blockdev is a new component for separated IDF block storage device APIs. Pulled in from esp_partition
104
+ esp_blockdev
105
+
106
# pthread is required by cxx. See [refactor-todo] about cxx, can it work without pthread?
107
pthread
108
0 commit comments