Files
cinema-display/firmware/components/storage/CMakeLists.txt
Peter Siegmund 4b2b8ed0e0 load image from file and storage
from storage doesn't work yet, because of memory issues
2025-10-09 22:51:48 +02:00

8 lines
223 B
CMake

idf_component_register(SRCS
"storage.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
fatfs
lwip
)