5 lines
156 B
CMake
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
|
|
)
|