esp-idf/examples/peripherals/usb/host/msc/main/CMakeLists.txt
Tomas Rezucha b4c387f9f3 change(usb/examples): Trim the USB example builds
Include minimal set of components: main and everything it depends on
2023-10-10 10:28:47 +02:00

5 lines
168 B
CMake

idf_component_register(SRCS "msc_example_main.c"
INCLUDE_DIRS ""
PRIV_REQUIRES usb fatfs driver esp_timer
)