2024A-SW/components/NVM/CMakeLists.txt
2025-11-22 14:18:35 -06:00

18 lines
296 B
CMake

idf_component_register(
SRCS
"Key_Value.c"
"Settings.c"
"SPIFFS.c"
"USB.c"
INCLUDE_DIRS
"."
REQUIRES
"SystemK"
"System_Events"
"spiffs"
"driver"
"usb"
"usb_host_msc"
"esp_timer"
)