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
+1 -1
View File
@@ -20,7 +20,7 @@
examples/openthread/ot_br:
enable:
- if: SOC_WIFI_SUPPORTED == 1 and IDF_TARGET != "esp32c5"
- if: SOC_WIFI_SUPPORTED == 1 and IDF_TARGET not in ["esp32c5", "esp32c61"]
disable_test:
- if: IDF_TARGET not in ["esp32s3"]
reason: only test on esp32s3