CMakeLists.txt 468 B

1234567891011
  1. idf_component_register(SRCS "sdmmc_cmd_mh.c"
  2. "sdmmc_common_mh.c"
  3. "sdmmc_init_mh.c"
  4. "sdmmc_io_mh.c"
  5. "sdmmc_mmc_mh.c"
  6. "sdmmc_sd_mh.c"
  7. INCLUDE_DIRS "." "include"
  8. REQUIRES driver esp-fatfs
  9. PRIV_REQUIRES soc)
  10. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")