CMakeLists.txt 193 B

1234
  1. idf_component_register(SRC_DIRS .
  2. PRIV_REQUIRES cmock test_utils spi_flash esp_psram
  3. )
  4. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")