CMakeLists.txt 258 B

1234567891011
  1. idf_component_register(SRC_DIRS .
  2. INCLUDE_DIRS .
  3. REQUIRES platform_config tools esp_common
  4. PRIV_REQUIRES services freertos driver
  5. )
  6. set_source_files_properties(led_strip.c
  7. PROPERTIES COMPILE_FLAGS
  8. -Wno-format-overflow
  9. )