esp-idf-psram-msc/main/CMakeLists.txt

6 lines
156 B
Text
Raw Normal View History

2024-06-12 22:11:21 +02:00
idf_component_register(
2024-06-13 08:42:33 +02:00
SRCS tusb_composite_main.c tusb_msc_psram.c
2024-06-12 22:11:21 +02:00
INCLUDE_DIRS .
2024-06-13 08:42:33 +02:00
PRIV_REQUIRES fatfs wear_levelling esp_partition esp_psram
2024-06-12 22:11:21 +02:00
)