mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -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)
|