2019-12-26 07:25:24 +00:00
|
|
|
idf_build_get_property(target IDF_TARGET)
|
|
|
|
# ToDo: re-enable adc-cal for other target
|
|
|
|
if(NOT ${target} STREQUAL "esp32")
|
2019-06-06 02:57:29 +00:00
|
|
|
return()
|
|
|
|
endif()
|
2018-01-19 05:22:08 +00:00
|
|
|
|
2019-04-28 07:38:23 +00:00
|
|
|
idf_component_register(SRCS "esp_adc_cal.c"
|
|
|
|
INCLUDE_DIRS "include"
|
|
|
|
REQUIRES driver)
|