feat(wifi): add wifi support for esp32c61

This commit is contained in:
xuxiao
2024-08-20 17:39:25 +08:00
parent bf0eeb633f
commit 8780375859
60 changed files with 1292 additions and 105 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
examples/zigbee/esp_zigbee_gateway:
enable:
- if: SOC_WIFI_SUPPORTED == 1 and IDF_TARGET not in ["esp32c2", "esp32c5"]
reason: not supported esp32c2 and esp32c5
- if: SOC_WIFI_SUPPORTED == 1 and IDF_TARGET not in ["esp32c2", "esp32c5", "esp32c61"]
reason: not supported esp32c2 and esp32c5 and esp32c61
<<: *zigbee_dependencies
examples/zigbee/esp_zigbee_rcp: