Skip to content

Commit b695279

Browse files
rrtandlerpacucha42
authored andcommitted
feat(storage): esp_blockdev added to G1 components
1 parent 4493b39 commit b695279

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/test_apps/system/g1_components/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ set(extra_components_which_shouldnt_be_included
100100
# both which should be removed
101101
esp_partition
102102

103+
# esp_blockdev is a new component for separated IDF block storage device APIs. Pulled in from esp_partition
104+
esp_blockdev
105+
103106
# pthread is required by cxx. See [refactor-todo] about cxx, can it work without pthread?
104107
pthread
105108

0 commit comments

Comments
 (0)