load image from file and storage
from storage doesn't work yet, because of memory issues
This commit is contained in:
7
firmware/components/storage/CMakeLists.txt
Normal file
7
firmware/components/storage/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
idf_component_register(SRCS
|
||||
"storage.c"
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_REQUIRES
|
||||
fatfs
|
||||
lwip
|
||||
)
|
Reference in New Issue
Block a user