CMakeLists.txt 333 B

1234567891011
  1. idf_component_register(SRCS "essl.c"
  2. "essl_sdio.c"
  3. "essl_spi.c"
  4. INCLUDE_DIRS "include"
  5. REQUIRES "sdmmc"
  6. "driver"
  7. PRIV_INCLUDE_DIRS "."
  8. "include/esp_serial_slave_link"
  9. )
  10. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")