fix(phy): fix esp32 build fail issue

Closes https://github.com/espressif/esp-idf/issues/11972
This commit is contained in:
muhaidong
2024-06-25 15:16:39 +08:00
parent 5d7e2a6fde
commit 8992e1cec8
4 changed files with 17 additions and 20 deletions

View File

@@ -1,7 +1,3 @@
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
examples/phy/cert_test:
enable:
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s2", "esp32s3"]
temporary: true
reason: the other targets are not tested yet

View File

@@ -2,3 +2,4 @@ CONFIG_ESP_TASK_WDT_EN=n
CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION=y
CONFIG_ESP_PHY_ENABLE_CERT_TEST=y
CONFIG_BT_ENABLED=y