esp-idf-psram-msc/main/CMakeLists.txt
2024-06-13 08:42:33 +02:00

5 lines
156 B
CMake

idf_component_register(
SRCS tusb_composite_main.c tusb_msc_psram.c
INCLUDE_DIRS .
PRIV_REQUIRES fatfs wear_levelling esp_partition esp_psram
)