2022-07-15 00:52:44 -04:00
|
|
|
idf_component_register(SRC_DIRS . param_test touch_sensor_test dac_dma_test
|
2020-04-08 09:56:14 -04:00
|
|
|
PRIV_INCLUDE_DIRS include param_test/include touch_sensor_test/include
|
2022-09-19 02:23:37 -04:00
|
|
|
PRIV_REQUIRES cmock test_utils driver nvs_flash
|
2022-10-14 08:15:32 -04:00
|
|
|
esp_timer esp_adc esp_event esp_wifi spi_flash)
|
2022-01-31 13:45:31 -05:00
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|
2022-09-19 02:23:37 -04:00
|
|
|
|
|
|
|
# A local copy of idf-extra-components esp_serial_slave_link, for stabilities of the SDIO test
|
|
|
|
add_subdirectory(esp_serial_slave_link)
|