2024A-SW/components/NVM/CMakeLists.txt
2025-01-25 14:04:42 -06:00

17 lines
272 B
CMake

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