Skip to content

Commit 3b42a01

Browse files
committed
Merge branch 'chore/add_cmake_script_for_spiffs' into 'master'
feat(spiffs): Add cmake script See merge request sdk/ESP8266_RTOS_SDK!130
2 parents 25157fd + fe73b4c commit 3b42a01

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

components/spiffs/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
set(COMPONENT_ADD_INCLUDEDIRS include include/spiffs)
2+
set(COMPONENT_SRCDIRS library)
3+
4+
set(COMPONENT_REQUIRES freertos)
5+
set(COMPONENT_PRIV_REQUIRES esp8266)
6+
7+
register_component()

0 commit comments

Comments
 (0)