change(phy): move antenna example from wifi to phy

pull/13550/head
alanmaxwell 2024-03-21 19:47:56 +08:00
rodzic a6cc70e6e7
commit 583c0d71ad
9 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -1,5 +1,9 @@
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
examples/phy/antenna:
disable:
- if: IDF_TARGET == "esp32p4"
reason: not supported
examples/phy/cert_test:
enable:
- if: IDF_TARGET in ["esp32c3", "esp32s3"]

Wyświetl plik

@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- |
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- |
# Wi-Fi antenna soft switch Example