|
|
@@ -8,6 +8,14 @@ if(${idf_target} STREQUAL "esp32s3")
|
|
|
return()
|
|
|
endif()
|
|
|
|
|
|
+# remove these when wifi support is ready on esp32-c3
|
|
|
+if(${idf_target} STREQUAL "esp32c3")
|
|
|
+ idf_component_register(INCLUDE_DIRS "include"
|
|
|
+ REQUIRES esp_event
|
|
|
+ PRIV_REQUIRES wpa_supplicant nvs_flash esp_netif)
|
|
|
+ return()
|
|
|
+endif()
|
|
|
+
|
|
|
if(CONFIG_ESP32_NO_BLOBS OR CONFIG_ESP32S2_NO_BLOBS)
|
|
|
set(link_binary_libs 0)
|
|
|
set(ldfragments)
|