esp32c3: Disable components that are not yet supported

* Original commit: espressif/esp-idf@0301c66bf0
This commit is contained in:
Marius Vikhammer
2020-12-29 12:17:54 +08:00
committed by aleks
parent e0102243f5
commit 4e41405f2b

View File

@ -1,3 +1,8 @@
idf_build_get_property(target IDF_TARGET)
if(${target} STREQUAL "esp32c3")
return() # TODO ESP32-C3 IDF-2173
endif()
# The following five lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
set(srcs