CMakeLists.txt 357 B

12345
  1. idf_component_register(SRC_DIRS . param_test dac_dma_test
  2. PRIV_INCLUDE_DIRS include param_test/include
  3. PRIV_REQUIRES cmock test_utils driver nvs_flash esp_serial_slave_link
  4. esp_timer esp_adc esp_event esp_wifi)
  5. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")