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

14 lines
No EOL
233 B
CMake

idf_component_register(
SRCS
"Reprogramming.c"
INCLUDE_DIRS
"."
REQUIRES
"SystemK"
"driver"
"usb"
"usb_host_msc"
"esp_https_ota"
"app_update"
"NVM"
)