forked from espressif/esp-modbus
esp32c3: Disable components that are not yet supported
* Original commit: espressif/esp-idf@0301c66bf0
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user