esp-idf/components/esp32c2/CMakeLists.txt

14 wiersze
366 B
CMake
Czysty Zwykły widok Historia

idf_build_get_property(target IDF_TARGET)
2022-01-18 02:32:56 +00:00
if(NOT "${target}" STREQUAL "esp32c2")
return()
endif()
if(NOT BOOTLOADER_BUILD)
# [refactor-todo] propagate these requirements for compatibility
# remove in the future
set(legacy_reqs soc)
endif()
idf_component_register(REQUIRES riscv "${legacy_reqs}"
2022-01-18 02:32:56 +00:00
REQUIRED_IDF_TARGETS esp32c2)