2024A-SW/components/Reprogramming/CMakeLists.txt
2025-09-20 15:54:13 -05:00

15 lines
No EOL
246 B
CMake

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