mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9 lines
233 B
CMake
9 lines
233 B
CMake
# TODO esp32s2beta: Use require_idf_targets here
|
|
if(IDF_TARGET STREQUAL "esp32s2beta")
|
|
return()
|
|
endif()
|
|
|
|
idf_component_register(SRCS "esp_adc_cal.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES driver)
|